|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.coyotegulch.jisp.HuffmanFilter
public class HuffmanFilter
A filter to automatically compress and decompress database records using the Huffman algorithm.
Huffman,
RecordFilter| Constructor Summary | |
|---|---|
HuffmanFilter()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
filterDecode(java.lang.Object target)
Decompresses the target object using the Huffman algorithm. |
java.lang.Object |
filterEncode(java.lang.Object target)
Compresses the target object using the Huffman algorithm. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HuffmanFilter()
| Method Detail |
|---|
public java.lang.Object filterEncode(java.lang.Object target)
filterEncode in interface RecordFiltertarget - object to be compressed
targetpublic java.lang.Object filterDecode(java.lang.Object target)
filterDecode in interface RecordFiltertarget - object to be decompressed
target
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||