Class HuffmanDecoder.InitialState

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private InitialState()  
    • 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