IBitStreamLengthRemaining Property |
Gets the number of bits remaining on the stream.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax int LengthRemaining { get; }
ReadOnly Property LengthRemaining As Integer
Get
property int LengthRemaining {
int get ();
}
abstract LengthRemaining : int with get
Property Value
Type:
Int32Remarks
This will decrement as the Read and Skip methods are used.
This property returns 0 when called before Initialise(Byte).
See Also