Class EncodedTable


  • public class EncodedTable
    extends HuffmanTable
    This class represents a encoded huffman table.
    • Field Detail

      • table

        private Table table
    • Constructor Detail

      • EncodedTable

        public EncodedTable​(Table table)
                     throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • parseTable

        public void parseTable()
                        throws java.io.IOException
        Throws:
        java.io.IOException