|
|
BitStream & | operator= (BitStream const &) |
| |
|
| BitStream (BitStream const &) |
| |
|
MCAPI void | AddBitsAndReallocate (uint numberOfBitsToWrite) |
| |
|
MCAPI | BitStream (uchar *_data, uint lengthInBytes, bool _copyData) |
| |
|
MCAPI bool | Read (char *outByteArray, uint numberOfBytes) |
| |
|
MCAPI bool | ReadAlignedBytes (uchar *inOutByteArray, uint numberOfBytesToRead) |
| |
|
MCAPI bool | ReadAlignedVar16 (char *inOutByteArray) |
| |
|
MCAPI bool | ReadAlignedVar32 (char *inOutByteArray) |
| |
|
MCAPI bool | ReadBits (uchar *inOutByteArray, uint numberOfBitsToRead, bool alignBitsToRight) |
| |
|
MCAPI void | Write (::RakNet::BitStream *bitStream, uint numberOfBits) |
| |
|
MCAPI void | Write (char const *inputByteArray, uint numberOfBytes) |
| |
|
MCAPI void | Write0 () |
| |
|
MCAPI void | Write1 () |
| |
|
MCAPI void | WriteAlignedBytes (uchar const *inByteArray, uint numberOfBytesToWrite) |
| |
|
MCAPI void | WriteAlignedVar16 (char const *inByteArray) |
| |
|
MCAPI void | WriteAlignedVar32 (char const *inByteArray) |
| |
|
MCAPI void | WriteBits (uchar const *inByteArray, uint numberOfBitsToWrite, bool rightAlignedBits) |
| |
|
MCAPI void * | $ctor (uchar *_data, uint lengthInBytes, bool _copyData) |
| |
|
MCAPI void | $dtor () |
| |
The documentation for this class was generated from the following file: