Public Member Functions | |
void | Write (bool value) |
void | Write (byte[] bytes, int bitCount) |
byte [] | ToBytes () |
BitArray | ToBitArray () |
int [] | ToIntegers () |
void | Write (uint value, int bitCount) |
void | Write (BitArray bitArray) |
void | Write (BitArray bitArray, int bitCount) |
void | Write (BitReader reader) |
BitReader | ToReader () |
override string | ToString () |
Properties | |
int | Count [get] |
int | Position [get, set] |
Definition at line 103 of file BitWriter.cs.
BitArray DLT.BitWriter.ToBitArray | ( | ) |
Definition at line 158 of file BitWriter.cs.
byte [] DLT.BitWriter.ToBytes | ( | ) |
Definition at line 132 of file BitWriter.cs.
int [] DLT.BitWriter.ToIntegers | ( | ) |
Definition at line 163 of file BitWriter.cs.
BitReader DLT.BitWriter.ToReader | ( | ) |
Definition at line 232 of file BitWriter.cs.
override string DLT.BitWriter.ToString | ( | ) |
Definition at line 237 of file BitWriter.cs.
void DLT.BitWriter.Write | ( | bool | value | ) |
Definition at line 113 of file BitWriter.cs.
void DLT.BitWriter.Write | ( | byte [] | bytes, |
int | bitCount | ||
) |
Definition at line 124 of file BitWriter.cs.
void DLT.BitWriter.Write | ( | uint | value, |
int | bitCount | ||
) |
Definition at line 185 of file BitWriter.cs.
void DLT.BitWriter.Write | ( | BitArray | bitArray | ) |
Definition at line 215 of file BitWriter.cs.
void DLT.BitWriter.Write | ( | BitArray | bitArray, |
int | bitCount | ||
) |
Definition at line 219 of file BitWriter.cs.
void DLT.BitWriter.Write | ( | BitReader | reader | ) |
Definition at line 227 of file BitWriter.cs.
|
get |
Definition at line 107 of file BitWriter.cs.
|
getset |
Definition at line 196 of file BitWriter.cs.