Class HuffmanDecoder.UncompressedState

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long blockLength  
      private long read  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private UncompressedState​(long blockLength)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int available()  
      (package private) boolean hasData()  
      (package private) int read​(byte[] b, int off, int len)  
      (package private) HuffmanState state()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait