Huffman

Members

Static functions

decode
string decode(ByteBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
decode
string decode(ByteBuffer buffer, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
void encode(ByteBuffer buffer, string s)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeLC
void encodeLC(ByteBuffer buffer, string s)
Undocumented in source. Be warned that the author may not have intended to support it.
octetsNeeded
int octetsNeeded(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
octetsNeededLC
int octetsNeededLC(string s)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

LCCODES
int[][] LCCODES;
Undocumented in source.
rowbits
byte[] rowbits;
Undocumented in source.
rowsym
ubyte[] rowsym;
Undocumented in source.
tree
ubyte[] tree;
Undocumented in source.

Variables

CODES
enum int[][] CODES;
Undocumented in source.

Meta