| 90 | void UseByteAlignedMode(bool toggle); |
| 91 | void ByteAlign(bool read_part=true,bool write_part=true); |
| 92 | void ResetReading() { m_read_bit_off=0; m_read_off=0; } |
| 93 | void ResetOffsets(); |
| 94 | |
| 95 | void CompressAndStoreString(const char *str); |
no outgoing calls
no test coverage detected