|
||||||||
| 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 arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput arg0)
throws java.io.IOException
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.
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
LongKey implements the writeExternal method to save its
contents.
java.io.IOException| 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.
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
StringKey implements the writeExternal method to save its
contents.
java.io.IOException
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||