Decodes the bits in the range from Offset to Offset+Len into an array of bytes. The size of the byte array is not changed by this routine. You need to be careful to allocate enough bytes for the bits.
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 |
Parameters
Offset
Type: Integer
Len
Type: Integer
Value
Type: System.Void
Type: TRSBitByteArray