Property | Type | Description | |
---|---|---|---|
BinString | StringBuilder |
Method | Description | |
---|---|---|
BitWriter ( ) : System | ||
BitWriter ( int bitLength ) : System | ||
GetBinString ( ) : string | ||
GetBytes ( ) : byte[] | ||
WriteByte ( byte b, int bitLength = 8 ) : void | ||
WriteChar7 ( char c ) : void | ||
WriteInt ( int i, int bitLength ) : void |
Method | Description | |
---|---|---|
AppendBinString ( string bin, int bitLength ) : void | ||
Check8 ( ) : void |
public WriteByte ( byte b, int bitLength = 8 ) : void | ||
b | byte | |
bitLength | int | |
return | void |
public WriteInt ( int i, int bitLength ) : void | ||
i | int | |
bitLength | int | |
return | void |