Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCommon > RSEncodedBits > Classes > TRSEncodedBits > Methods

TRSEncodedBits.Decode(Integer,Integer,TRSBitByteArray) Method

Scroll Prev Top Next More

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.

noteNote

The size of the range is not checked so it can overflow the decoded value.

Namespace: RSEncodedBits

Parameters

Offset

Type: Integer

Len

Type: Integer

Value

Type: System.Void

Return Value

Type: TRSBitByteArray

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb