Class LZWDecoder.LZWCompatibilityDecoder

  • All Implemented Interfaces:
    Decoder
    Enclosing class:
    LZWDecoder

    private static final class LZWDecoder.LZWCompatibilityDecoder
    extends LZWDecoder
    • Constructor Detail

      • LZWCompatibilityDecoder

        protected LZWCompatibilityDecoder()
    • 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