Class LZWDecoder.LZWSpecDecoder
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.tiff.LZWDecoder
-
- com.twelvemonkeys.imageio.plugins.tiff.LZWDecoder.LZWSpecDecoder
-
- All Implemented Interfaces:
Decoder
- Enclosing class:
- LZWDecoder
static final class LZWDecoder.LZWSpecDecoder extends LZWDecoder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.twelvemonkeys.imageio.plugins.tiff.LZWDecoder
LZWDecoder.LZWSpecDecoder, LZWDecoder.LZWString
-
-
Field Summary
-
Fields inherited from class com.twelvemonkeys.imageio.plugins.tiff.LZWDecoder
bitMask, bitsPerCode, CLEAR_CODE, eofReached, EOI_CODE, nextBits, nextData
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LZWSpecDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getNextCode(java.io.InputStream stream)
protected int
maxCode()
-
Methods inherited from class com.twelvemonkeys.imageio.plugins.tiff.LZWDecoder
create, decode, isOldBitReversedStream
-
-
-
-
Method Detail
-
maxCode
protected int maxCode()
- Specified by:
maxCode
in classLZWDecoder
-
getNextCode
protected final int getNextCode(java.io.InputStream stream) throws java.io.IOException
- Specified by:
getNextCode
in classLZWDecoder
- Throws:
java.io.IOException
-
-