Serialized Form


Package com.coyotegulch.jisp

Class com.coyotegulch.jisp.BTreeException extends java.io.IOException implements Serializable

Class com.coyotegulch.jisp.DatabaseException extends java.io.IOException implements Serializable

Class com.coyotegulch.jisp.DuplicateKeyException extends DatabaseException implements Serializable

Serialized Fields

m_key

OrderedObject m_key

Class com.coyotegulch.jisp.HuffmanEncoded extends java.lang.Object implements Serializable

serialVersionUID: 7379833064125462103l

Serialized Fields

m_compressedData

byte[] m_compressedData
buffer containing compressed data


m_header

HuffmanHeader m_header
encoding table and other data

Class com.coyotegulch.jisp.HuffmanException extends java.lang.RuntimeException implements Serializable

Class com.coyotegulch.jisp.HuffmanHeader extends java.lang.Object implements Serializable

serialVersionUID: 2324944752979350437l

Serialized Fields

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

Class com.coyotegulch.jisp.IntKey extends OrderedObject implements Serializable

Serialization Methods

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.

Class com.coyotegulch.jisp.KeyNotFoundException extends DatabaseException implements Serializable

Serialized Fields

m_key

OrderedObject m_key

Class com.coyotegulch.jisp.LongKey extends OrderedObject implements Serializable

Serialization Methods

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.

Class com.coyotegulch.jisp.OrderedObject extends java.lang.Object implements Serializable

Serialization Methods

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

Class com.coyotegulch.jisp.StringKey extends OrderedObject implements Serializable

Serialization Methods

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.