| addBitStream(ZCom_BitStream *_stream, bool _allow_align=false) | ZCom_BitStream | |
| addBool(bool _b) | ZCom_BitStream | |
| addBuffer(char *_buf, zU16 _size) | ZCom_BitStream | |
| addFloat(zFloat _f, zU8 _mant_bits) | ZCom_BitStream | |
| addInt(zU32 _data, zU8 _bits) | ZCom_BitStream | |
| addSignedInt(zS32 _data, zU8 _bits) | ZCom_BitStream | |
| addString(const char *_string) | ZCom_BitStream | |
| addStringW(const wchar_t *_string) | ZCom_BitStream | |
| checkFull() const | ZCom_BitStream | [inline] |
| checkMax(zU32 _bits) | ZCom_BitStream | |
| Clear() | ZCom_BitStream | |
| Deserialize(char *_ptr, zU16 _size) | ZCom_BitStream | |
| Duplicate() const | ZCom_BitStream | |
| endOfStream() const | ZCom_BitStream | [inline] |
| getBitCount() const | ZCom_BitStream | [inline] |
| getBitStream(zU32 _bits, bool _allow_align=false) | ZCom_BitStream | |
| getBool() | ZCom_BitStream | |
| getBuffer(char *_buf, zU16 _bytes) | ZCom_BitStream | |
| getBufferMax(void) | ZCom_BitStream | |
| getFloat(zU8 _mant_bits) | ZCom_BitStream | |
| getInt(zU8 _bits) | ZCom_BitStream | |
| getSignedInt(zU8 _bits) | ZCom_BitStream | |
| getSizeHint(void) | ZCom_BitStream | |
| getString(char *_buf, zU16 _maxsize) | ZCom_BitStream | |
| getStringLength() | ZCom_BitStream | |
| getStringSize() | ZCom_BitStream | |
| getStringStatic() | ZCom_BitStream | |
| getStringW(wchar_t *_buf, zU16 _maxsize) | ZCom_BitStream | |
| getStringWLength() | ZCom_BitStream | |
| getStringWStatic() | ZCom_BitStream | |
| isEqual(const ZCom_BitStream &_other) const | ZCom_BitStream | |
| logReadState() | ZCom_BitStream | |
| logWriteState() | ZCom_BitStream | |
| operator delete(void *_p) | ZCom_BitStream | |
| operator new(size_t _size) | ZCom_BitStream | |
| operator=(const ZCom_BitStream &_str) | ZCom_BitStream | |
| resetReadState() | ZCom_BitStream | [inline] |
| restoreReadState(const BitPos &_pos) | ZCom_BitStream | [inline] |
| restoreWriteState(const BitPos &_pos) | ZCom_BitStream | [inline] |
| saveReadState(BitPos &_pos) const | ZCom_BitStream | [inline] |
| saveWriteState(BitPos &_pos) const | ZCom_BitStream | [inline] |
| Serialize(char *_ptr, zU16 *_size, zU16 _max_size) | ZCom_BitStream | |
| skipBits(zU32 _amount) | ZCom_BitStream | |
| skipBool() | ZCom_BitStream | |
| skipBuffer(zU16 _bytes) | ZCom_BitStream | |
| skipFloat(zU8 _mant_bits) | ZCom_BitStream | |
| skipInt(zU8 _bits) | ZCom_BitStream | |
| skipSignedInt(zU8 _bits) | ZCom_BitStream | |
| skipString() | ZCom_BitStream | |
| ZCom_BitStream(zU16 _maxfill=64) | ZCom_BitStream | |
| ZCom_BitStream(const ZCom_BitStream &_str) | ZCom_BitStream | |
| ~ZCom_BitStream() | ZCom_BitStream | |