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.DuplicateKey extends DatabaseException implements Serializable
-
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_code
int[] m_code
Character code table (the trie) -
m_codeLength
short[] m_codeLength
Lengths of individual character codes -
m_dataLength
int m_dataLength
Number of bytes in the compressed data. -
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.
-
-
Class com.coyotegulch.jisp.KeyNotFound extends DatabaseException implements Serializable
-
Class com.coyotegulch.jisp.KeyObject extends java.lang.Object implements Serializable
- serialVersionUID:
- -1183464016236393879L
-
Serialization Methods
-
readExternal
public abstract void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public abstract void writeExternal(java.io.ObjectOutput arg0) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class com.coyotegulch.jisp.LongKey extends KeyObject implements Serializable
- serialVersionUID:
- 3500210952961277131L
-
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.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
LongKey
implements thewriteExternal
method to save its contents.- Throws:
java.io.IOException
-
-
Class com.coyotegulch.jisp.StringKey extends KeyObject implements Serializable
- serialVersionUID:
- -6894793231339165076L
-
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.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
StringKey
implements thewriteExternal
method to save its contents.- Throws:
java.io.IOException
-
-