Method | Description | |
---|---|---|
BitFile ( Stream output, bool blocks ) : System | ||
Flush ( ) : void | ||
WriteBits ( int bits, int numbits ) : void |
public BitFile ( Stream output, bool blocks ) : System | ||
output | Stream | |
blocks | bool | |
return | System |
public WriteBits ( int bits, int numbits ) : void | ||
bits | int | |
numbits | int | |
return | void |