| _read(const U32 size, void *d) | BitStream | [virtual] |
| Stream::_read(String *str) | Stream | [protected, virtual] |
| _write(const U32 size, const void *d) | BitStream | [virtual] |
| Stream::_write(const String &str) | Stream | [protected, virtual] |
| bitNum | BitStream | [protected] |
| BitStream(void *bufPtr, S32 bufSize, S32 maxWriteSize=-1) | BitStream | [inline] |
| bufSize | BitStream | [protected] |
| Capability enum name | Stream | |
| clear() | BitStream | |
| clearCompressionPoint() | BitStream | |
| clearStringBuffer() | BitStream | |
| Closed enum value | Stream | |
| compact() | InfiniteBitStream | |
| copyFrom(Stream *other) | Stream | |
| dataPtr | BitStream | [protected] |
| dumbDownNormal(const Point3F &vec, S32 bitCount) | BitStream | [static] |
| EOS enum value | Stream | |
| error | BitStream | [protected] |
| getBitPosition() const | BitStream | [inline] |
| getBuffer() | BitStream | [inline] |
| getBytePtr() | BitStream | |
| getCRC() | InfiniteBitStream | [inline] |
| getCurPos() const | BitStream | [inline] |
| getPacketStream(U32 writeSize=0) | BitStream | [static] |
| getPosition() const | BitStream | [virtual] |
| getReadByteSize() | BitStream | |
| getStatus() const | Stream | [inline] |
| getStatusString(const Status in_status) | Stream | [static] |
| getStreamSize() | BitStream | [virtual] |
| hasCapability(const Capability) const | BitStream | [inline] |
| Stream::hasCapability(const Capability) const =0 | Stream | [pure virtual] |
| HuffmanProcessor class | BitStream | [friend] |
| IllegalCall enum value | Stream | |
| InfiniteBitStream() | InfiniteBitStream | |
| IOError enum value | Stream | |
| isFull() | BitStream | [inline] |
| isValid() | BitStream | [inline] |
| maxReadBitNum | BitStream | [protected] |
| maxWriteBitNum | BitStream | [protected] |
| mCompressPoint | BitStream | [protected] |
| mMinSpace | ResizeBitStream | [protected] |
| Ok enum value | Stream | |
| read(String *str) | Stream | [inline] |
| read(ColorI *) | Stream | |
| read(ColorF *) | Stream | |
| read(NetAddress *) | Stream | |
| read(RawData *) | Stream | |
| read(Torque::ByteBuffer *) | Stream | |
| read(const U32 in_numBytes, void *out_pBuffer) | Stream | [inline] |
| read(bool *out_pRead) | Stream | [inline] |
| readAffineTransform(MatrixF *) | BitStream | |
| readBits(S32 bitCount, void *bitPtr) | BitStream | [virtual] |
| readClassId(U32 classType, U32 classGroup) | BitStream | |
| readCompressedPoint(Point3F *p, F32 scale=0.01f) | BitStream | |
| readCussedU32() | BitStream | [inline] |
| readFlag() | BitStream | [inline, virtual] |
| readFloat(S32 bitCount) | BitStream | |
| readInt(S32 bitCount) | BitStream | |
| readLine(U8 *buffer, U32 bufferSize) | Stream | |
| readLongString(U32 maxStringLen, char *stringBuf) | Stream | |
| readNormalVector(Point3F *vec, S32 bitCount) | BitStream | |
| readNormalVector(Point3F *vec, S32 angleBitCount, S32 zBitCount) | BitStream | |
| readRangedF32(F32 min, F32 max, U32 numBits) | BitStream | [inline] |
| readRangedS32(S32 min, S32 max) | BitStream | [inline] |
| readRangedU32(U32 rangeStart, U32 rangeEnd) | BitStream | [inline] |
| readSignedFloat(S32 bitCount) | BitStream | |
| readSignedInt(S32 bitCount) | BitStream | |
| readString(char stringBuf[256]) | BitStream | [virtual] |
| readSTString(bool casesens=false) | Stream | |
| readVector(Point3F *vec, F32 minMag, F32 maxMag, S32 magBits, S32 angleBits, S32 zBits) | BitStream | |
| reset() | InfiniteBitStream | |
| ResizeBitStream(U32 minSpace=1500, U32 initialSize=0) | ResizeBitStream | |
| sendPacketStream(const NetAddress *addr) | BitStream | [static] |
| setBit(S32 bitCount, bool set) | BitStream | |
| setBuffer(void *bufPtr, S32 bufSize, S32 maxSize=0) | BitStream | |
| setCompressionPoint(const Point3F &p) | BitStream | |
| setCurPos(const U32) | BitStream | [inline] |
| setPosition(const U32 in_newPosition) | BitStream | [virtual] |
| setStatus(const Status in_newStatus) | Stream | [inline, protected] |
| setStringBuffer(char buffer[256]) | BitStream | |
| Status enum name | Stream | |
| Stream() | Stream | |
| StreamPosition enum value | Stream | |
| StreamRead enum value | Stream | |
| StreamWrite enum value | Stream | |
| stringBuffer | BitStream | [protected] |
| testBit(S32 bitCount) | BitStream | |
| UnknownError enum value | Stream | |
| validate(U32 upcomingBytes) | InfiniteBitStream | |
| ResizeBitStream::validate() | ResizeBitStream | |
| write(const String &str) | Stream | [inline] |
| write(const ColorI &) | Stream | |
| write(const ColorF &) | Stream | |
| write(const NetAddress &) | Stream | |
| write(const RawData &) | Stream | |
| write(const Torque::ByteBuffer &) | Stream | |
| write(const U32 in_numBytes, const void *in_pBuffer) | Stream | [inline] |
| write(const bool &in_rWrite) | Stream | [inline] |
| writeAffineTransform(const MatrixF &) | BitStream | |
| writeBits(S32 bitCount, const void *bitPtr) | InfiniteBitStream | [inline, virtual] |
| writeClassId(U32 classId, U32 classType, U32 classGroup) | BitStream | |
| writeCompressedPoint(const Point3F &p, F32 scale=0.01f) | BitStream | |
| writeCussedU32(U32 val) | BitStream | [inline] |
| writeFlag(bool val) | InfiniteBitStream | [inline, virtual] |
| ResizeBitStream::writeFlag(U32 val) | BitStream | [inline] |
| ResizeBitStream::writeFlag(void *val) | BitStream | [inline] |
| writeFloat(F32 f, S32 bitCount) | BitStream | |
| writeInt(S32 value, S32 bitCount) | BitStream | |
| writeLine(const U8 *buffer) | Stream | |
| writeLongString(U32 maxStringLen, const char *string) | Stream | |
| writeNormalVector(const Point3F &vec, S32 bitCount) | BitStream | |
| writeNormalVector(const Point3F &vec, S32 angleBitCount, S32 zBitCount) | BitStream | |
| writeRangedF32(F32 value, F32 min, F32 max, U32 numBits) | BitStream | [inline] |
| writeRangedS32(S32 value, S32 min, S32 max) | BitStream | [inline] |
| writeRangedU32(U32 value, U32 rangeStart, U32 rangeEnd) | BitStream | [inline] |
| writeSignedFloat(F32 f, S32 bitCount) | BitStream | |
| writeSignedInt(S32 value, S32 bitCount) | BitStream | |
| writeString(const char *stringBuf, S32 maxLen=255) | BitStream | [virtual] |
| writeTabs(U32 count) | Stream | [inline] |
| writeToStream(Stream &s) | InfiniteBitStream | |
| writeVector(Point3F vec, F32 minMag, F32 maxMag, S32 magBits, S32 angleBits, S32 zBits) | BitStream | |
| ~InfiniteBitStream() | InfiniteBitStream | |
| ~ResizeBitStream() | ResizeBitStream | |
| ~Stream() | Stream | [inline, virtual] |