| 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)
Syntaxint LengthRemaining { get; }ReadOnly Property LengthRemaining As Integer
Get
property int LengthRemaining {
int get ();
}abstract LengthRemaining : int with 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