Decodes the bits in the range from Offset to Offset+Len into a byte.
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): Byte; overload;
|
Parameters
Offset
Type: Integer
Len
Type: Integer
Return Value
Type: Byte
Reference
•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 |