Click or drag to resize
IBitStreamLengthRemaining Property
Gets the number of bits remaining on the stream.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
int LengthRemaining { get; }

Property Value

Type: Int32
Remarks

This will decrement as the Read and Skip methods are used.

This property returns 0 when called before Initialise(Byte).

See Also