Encodes the bits in the byte into the encoded bits object. The Offset to Offset+Len specifies the range within the object to place the byte.
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: Byte); overload;
|
Parameters
Offset
Type: Integer
Len
Type: Integer
Value
Type: Byte
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 |