Method | Description | |
---|---|---|
BitStreamReader ( |
||
Clear ( ) : void |
Resets the stream so it can be reused. All measurements must be registered again.
|
|
ReadBit ( ) : int | ||
ReadBits4 ( ) : int | ||
ReadBits6 ( ) : int | ||
WriteCode ( int code ) : void | ||
WriteCode4 ( int code, int value ) : void |
public BitStreamReader ( |
||
parent | ||
return | System |
public WriteCode4 ( int code, int value ) : void | ||
code | int | |
value | int | |
return | void |