|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
byte[] m_compressedData
HuffmanHeader m_header
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 |
boolean m_oneValue
int m_originalLength
int m_dataLength
int[] m_code
short[] m_codeLength
Class com.coyotegulch.jisp.KeyNotFound extends DatabaseException implements Serializable |
Class com.coyotegulch.jisp.KeyObject extends java.lang.Object implements Serializable |
serialVersionUID: -1183464016236393879l
Serialization Methods |
public void readExternal(java.io.ObjectInput) throws java.io.IOException, java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput) throws java.io.IOException
Class com.coyotegulch.jisp.LongKey extends KeyObject implements Serializable |
serialVersionUID: 3500210952961277131l
Serialization Methods |
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
LongKey
implements the readExternal method to restore its contents.
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
LongKey
implements the writeExternal
method to save its
contents.
Class com.coyotegulch.jisp.StringKey extends KeyObject implements Serializable |
serialVersionUID: -6894793231339165076l
Serialization Methods |
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
StringKey
implements the readExternal method to restore its contents.
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
StringKey
implements the writeExternal
method to save its
contents.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |