Class LZWDecoder.LZWSpecDecoder

    • Constructor Detail

      • LZWSpecDecoder

        protected LZWSpecDecoder()
    • Method Detail

      • getNextCode

        protected final int getNextCode​(java.io.InputStream stream)
                                 throws java.io.IOException
        Specified by:
        getNextCode in class LZWDecoder
        Throws:
        java.io.IOException