Class HuffmanHeader

  • All Implemented Interfaces:
    java.io.Serializable

    public class HuffmanHeader
    extends java.lang.Object
    implements java.io.Serializable
    Tables and information required to reconstitute an object compressed with the Huffman algorithm.
    See Also:
    Huffman, HuffmanEncoded, Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      HuffmanHeader()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HuffmanHeader

        public HuffmanHeader()