Method | Description | |
---|---|---|
BitStringToByte ( string s ) : byte | ||
BitStringToByteArray ( string s ) : byte[] | ||
MoveStreamPosition ( int bytes, int bits ) : void | ||
NonByteAlignedBinaryWriter ( Stream stream ) : System | ||
NonByteAlignedBinaryWriter ( Stream stream, |
||
WriteNonByteAlignedBits ( string s, IEnumerable |
||
WriteNonByteAlignedByte ( byte b, byte originalBytes = null ) : void |
public static BitStringToByte ( string s ) : byte | ||
s | string | |
return | byte |
public static BitStringToByteArray ( string s ) : byte[] | ||
s | string | |
return | byte[] |
public MoveStreamPosition ( int bytes, int bits ) : void | ||
bytes | int | |
bits | int | |
return | void |
public NonByteAlignedBinaryWriter ( Stream stream ) : System | ||
stream | Stream | |
return | System |
public NonByteAlignedBinaryWriter ( Stream stream, |
||
stream | Stream | |
encoding | ||
return | System |
public WriteNonByteAlignedBits ( string s, IEnumerable |
||
s | string | |
originalBytes | IEnumerable |
|
return | void |
public WriteNonByteAlignedByte ( byte b, byte originalBytes = null ) : void | ||
b | byte | |
originalBytes | byte | |
return | void |