ScanBitStream

Undocumented in source.

Members

Functions

decodeByte
Compound!(bool, string) decodeByte(HuffmanTreeNode* node, ubyte* result)
Undocumented in source. Be warned that the author may not have intended to support it.
readBits
uint readBits(ubyte len)
Undocumented in source. Be warned that the author may not have intended to support it.
readNextByte
ubyte readNextByte()
Undocumented in source. Be warned that the author may not have intended to support it.
readable
bool readable()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bitPos
uint bitPos;
Undocumented in source.
bytesRead
uint bytesRead;
Undocumented in source.
curByte
ubyte curByte;
Undocumented in source.
endMarkerFound
bool endMarkerFound;
Undocumented in source.
istrm
InputStream istrm;
Undocumented in source.
prevByte
ubyte prevByte;
Undocumented in source.

Meta