Skips a number of bits in the stream.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void Skip(
int countBits
)
Sub Skip (
countBits As Integer
)
void Skip(
int countBits
)
abstract Skip :
countBits : int -> unit
Parameters
- countBits
- Type: SystemInt32
The number of bits to skip.
Remarks The effect of calling this method before
Initialise(Byte) has been called is undefined.
See Also