Decodes the bits in the range from Offset to Offset+Len into an array of bytes. The byte array is created by the method.
This method extracts bits from the object and returns the extracted bits.
Note
|
The size of the range is not checked so it can overflow the decoded value.
|
Namespace: RSEncodedBits
Delphi
|
public
function Decode(Offset, Len: Integer; Size: Integer): TRSBitByteArray; overload;
|
Parameters
Offset
Type: Integer
Len
Type: Integer
Size
Type: Integer
Return Value
Type: TRSBitByteArray
Reference
•RSEncodedBits.TRSEncodedBits.Decode(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 |