Method |
Description |
|
AssertEquality ( object obj ) : void |
|
|
BitStream32 ( ) : System |
|
|
BitStream32 ( BitStream32 bstream ) : System |
|
|
BitStream32 ( int buffersizeuint ) : System |
|
|
Clear ( ) : void |
|
|
Get32 ( int i ) : uint |
Returns the specified uint (position i), please notice that bitcounter is not checked |
|
Load ( BinaryReader r ) : void |
|
|
Read ( int numbits, BitStreamCtx ctx ) : System.UInt64 |
|
|
Read ( BitStreamCtx ctx ) : bool |
|
|
ReadOnes ( BitStreamCtx ctx ) : int |
|
|
ReadZeros ( BitStreamCtx ctx ) : int |
|
|
Save ( BinaryWriter w ) : void |
|
|
Set32 ( int i, UInt32 val ) : void |
Set the complete uint (val) at the specified position (i), please notice that bitcounter is not modified |
|
ToString ( ) : string |
|
|
Write ( bool x ) : void |
|
|
Write ( bool x, int times ) : void |
|
|
Write ( int x, int numbits ) : void |
|
|
Write ( long x, int numbits ) : void |
|
|
Write ( uint x, int numbits ) : void |
|
|
Write ( ulong x, int numbits ) : void |
|
|
WriteAt ( uint x, int numbits, long pos ) : void |
|
|
this ( long i ) : bool |
|
|