Public Member Functions | |
BitReader (byte[] data, int bitCount) | |
BitReader (BitArray array) | |
bool | Read () |
uint | ReadUInt (int bitCount) |
BitArray | ToBitArray () |
BitWriter | ToWriter () |
void | Consume (int count) |
bool | Same (BitReader b) |
override string | ToString () |
Properties | |
int | Position [get, set] |
int | Count [get] |
Definition at line 10 of file BitWriter.cs.
DLT.BitReader.BitReader | ( | byte [] | data, |
int | bitCount | ||
) |
Definition at line 13 of file BitWriter.cs.
DLT.BitReader.BitReader | ( | BitArray | array | ) |
Definition at line 20 of file BitWriter.cs.
void DLT.BitReader.Consume | ( | int | count | ) |
Definition at line 74 of file BitWriter.cs.
bool DLT.BitReader.Read | ( | ) |
Definition at line 27 of file BitWriter.cs.
uint DLT.BitReader.ReadUInt | ( | int | bitCount | ) |
Definition at line 40 of file BitWriter.cs.
bool DLT.BitReader.Same | ( | BitReader | b | ) |
Definition at line 79 of file BitWriter.cs.
BitArray DLT.BitReader.ToBitArray | ( | ) |
Definition at line 59 of file BitWriter.cs.
override string DLT.BitReader.ToString | ( | ) |
Definition at line 91 of file BitWriter.cs.
BitWriter DLT.BitReader.ToWriter | ( | ) |
Definition at line 67 of file BitWriter.cs.
|
get |
Definition at line 52 of file BitWriter.cs.
|
getset |
Definition at line 35 of file BitWriter.cs.