Decodes the bits in the range from Offset to Offset+Len into a byte location.
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 memory.
|
Namespace: RSEncodedBits
Delphi
|
public
function Decode(Offset, Len: Integer; Value: PByte; Size: Integer): PByte; overload;
|
Parameters
Offset
Type: Integer
Len
Type: Integer
Value
Type: PByte
Size
Type: Integer
Return Value
Type: PByte
Reference
•RSEncodedBits.TRSEncodedBits.Decode(Integer,Integer) •RSEncodedBits.TRSEncodedBits.Decode(Integer,Integer,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 |