메소드 | 설명 | |
---|---|---|
BitStream ( ) : System |
|
|
BitStream ( Stream input ) : System |
|
|
CountMaximumBits ( ) : int |
|
|
CountNeededBits ( int source ) : int |
Signed integer Bit counting
|
|
CountNeededBits ( ulong source ) : int |
|
|
CountNeededBitsFB ( double source ) : int |
|
|
FBtoInt32 ( double source ) : |
|
|
GetBits ( |
|
|
GetBitsFB ( |
|
|
GetBitsSigned ( |
|
|
Reset ( ) : void |
|
|
WriteBits ( int numberOfBits, int data ) : void |
/
|
|
WriteBits ( int numberOfBits, ulong data ) : void |
Fails for the following szenario : bits.WriteBits( 3 , 1 ), RGB.Write() RGB is #ff bits would look like following : 00000000 11111111 11111111 11111111
|
|
WriteBitsFB ( int numberOfBits, double value ) : void |
|
|
WriteFlush ( ) : void |
|
public GetBits ( |
||
numerOfBits | ||
리턴 |
public GetBitsFB ( |
||
numberOfBits | ||
result | double | |
리턴 | void |
public GetBitsSigned ( |
||
numberOfBits | ||
리턴 |
public WriteBits ( int numberOfBits, int data ) : void | ||
numberOfBits | int | |
data | int | |
리턴 | void |
public WriteBits ( int numberOfBits, ulong data ) : void | ||
numberOfBits | int | |
data | ulong | |
리턴 | void |
public WriteBitsFB ( int numberOfBits, double value ) : void | ||
numberOfBits | int | |
value | double | |
리턴 | void |