Method | Description | |
---|---|---|
BitArrayToByte ( |
||
BitArrayToByteArray ( |
||
BitStringToByte ( string s ) : byte | ||
BitStringToByteArray ( string s ) : byte[] | ||
ByteArrayToBitString ( IEnumerable |
||
ByteToBitString ( byte b, int length = 8, int offset ) : string | ||
MoveStreamPosition ( int bytes, int bits ) : void | ||
NonByteAlignedBinaryReader ( Stream stream ) : System | ||
NonByteAlignedBinaryReader ( Stream stream, |
||
ReadNonByteAlignedBits ( int count ) : string | ||
ReadNonByteAlignedByte ( ) : byte | ||
ReadNonByteAlignedBytes ( int count ) : byte[] |
public static BitArrayToByte ( |
||
bits | ||
return | byte |
public static BitArrayToByteArray ( |
||
bits | ||
return | byte[] |
public static BitStringToByte ( string s ) : byte | ||
s | string | |
return | byte |
public static BitStringToByteArray ( string s ) : byte[] | ||
s | string | |
return | byte[] |
public static ByteArrayToBitString ( IEnumerable |
||
bytes | IEnumerable |
|
return | string |
public static ByteToBitString ( byte b, int length = 8, int offset ) : string | ||
b | byte | |
length | int | |
offset | int | |
return | string |
public MoveStreamPosition ( int bytes, int bits ) : void | ||
bytes | int | |
bits | int | |
return | void |
public NonByteAlignedBinaryReader ( Stream stream ) : System | ||
stream | Stream | |
return | System |
public NonByteAlignedBinaryReader ( Stream stream, |
||
stream | Stream | |
encoding | ||
return | System |
public ReadNonByteAlignedBits ( int count ) : string | ||
count | int | |
return | string |
public ReadNonByteAlignedBytes ( int count ) : byte[] | ||
count | int | |
return | byte[] |