Serialized Form
-
Package com.coyotegulch.jisp
-
Exception com.coyotegulch.jisp.BTreeException
class BTreeException extends IOException implements Serializable -
Exception com.coyotegulch.jisp.DatabaseException
class DatabaseException extends IOException implements Serializable -
Exception com.coyotegulch.jisp.DuplicateKey
class DuplicateKey extends DatabaseException implements Serializable -
Class com.coyotegulch.jisp.HuffmanEncoded
class HuffmanEncoded extends 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
-
-
Exception com.coyotegulch.jisp.HuffmanException
class HuffmanException extends RuntimeException implements Serializable -
Class com.coyotegulch.jisp.HuffmanHeader
class HuffmanHeader extends 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.
-
-
Exception com.coyotegulch.jisp.KeyNotFound
class KeyNotFound extends DatabaseException implements Serializable -
Class com.coyotegulch.jisp.KeyObject
class KeyObject extends Object implements Externalizable- serialVersionUID:
- -1183464016236393879L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class com.coyotegulch.jisp.LongKey
class LongKey extends KeyObject implements Externalizable- serialVersionUID:
- 3500210952961277131L
-
Serialization Methods
-
readExternal
LongKey
implements the readExternal method to restore its contents.- Throws:
IOException
ClassNotFoundException
-
writeExternal
LongKey
implements thewriteExternal
method to save its contents.- Throws:
IOException
-
-
Class com.coyotegulch.jisp.StringKey
class StringKey extends KeyObject implements Externalizable- serialVersionUID:
- -6894793231339165076L
-
Serialization Methods
-
readExternal
StringKey
implements the readExternal method to restore its contents.- Throws:
IOException
ClassNotFoundException
-
writeExternal
StringKey
implements thewriteExternal
method to save its contents.- Throws:
IOException
-
-