Serialized Form
Package com.coyotegulch.jisp |
m_key
OrderedObject m_key
serialVersionUID: 7379833064125462103l
m_compressedData
byte[] m_compressedData
- buffer containing compressed data
m_header
HuffmanHeader m_header
- encoding table and other data
serialVersionUID: 2324944752979350437l
m_oneValue
boolean m_oneValue
- Indicates if the compressed object contains only one value (i.e., all zeroes).
m_originalLength
int m_originalLength
- Number of bytes in the original data.
m_dataLength
int m_dataLength
- Number of bytes in the compressed data.
m_code
int[] m_code
- Character code table (the trie)
m_codeLength
short[] m_codeLength
- Lengths of individual character codes
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
IntKey
implements the readExternal method to restore its contents.
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
IntKey
implements the writeExternal
method to save its
contents.
m_key
OrderedObject m_key
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
LongKey
implements the readExternal method to restore its contents.
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
LongKey
implements the writeExternal
method to save its
contents.
readExternal
public void readExternal(java.io.ObjectInput)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput)
throws java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
StringKey
implements the readExternal method to restore its contents.
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
StringKey
implements the writeExternal
method to save its
contents.