com.coyotegulch.jisp
Class HuffmanEncoded

java.lang.Object
  extended by com.coyotegulch.jisp.HuffmanEncoded
All Implemented Interfaces:
java.io.Serializable

public class HuffmanEncoded
extends java.lang.Object
implements java.io.Serializable

A compressed object and its encoding table.

See Also:
Huffman, Serialized Form

Constructor Summary
HuffmanEncoded()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HuffmanEncoded

public HuffmanEncoded()