Class HuffmanDecoder


  • final class HuffmanDecoder
    extends java.lang.Object
    This Huffman codec implementation has been derived from Twitter HPack project (https://github.com/twitter/hpack)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private HuffmanNode root  
    • Constructor Summary

      Constructors 
      Constructor Description
      HuffmanDecoder​(int[] codes, byte[] lengths)