Encodes the bits in the byte array into the encoded bits object. The Offset to Offset+Len specifies the range within the object to place the byte. The Value array specifies the bytes to encode.
Note
|
The size of the range is not checked so it can overflow within the object.
|
Namespace: RSEncodedBits
Delphi
|
public
procedure Encode(Offset, Len: Integer; Value: TRSBitByteArray); overload; virtual;
|
Parameters
Offset
Type: Integer
Len
Type: Integer
Value
Type: System.Void
Reference
•RSEncodedBits.TRSEncodedBits.Decode(Integer,Integer) •RSEncodedBits.TRSEncodedBits.Decode(Integer,Integer,Integer) •RSEncodedBits.TRSEncodedBits.Decode(Integer,Integer,PByte,Integer) •RSEncodedBits.TRSEncodedBits.Decode(Integer,Integer,TRSBitByteArray) •RSEncodedBits.TRSEncodedBits.Encode(Integer,Integer,Byte) •RSEncodedBits.TRSEncodedBits.Encode(Integer,Integer,PByte,Integer) •RSEncodedBits.TRSEncodedBits.Encode(Integer,Integer,TRSBitByteArray) •TRSEncodedBits •RSEncodedBits |