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 protectedLZWSpecDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetNextCode(java.io.InputStream stream)protected intmaxCode()-
Methods inherited from class com.twelvemonkeys.imageio.plugins.tiff.LZWDecoder
create, decode, isOldBitReversedStream
-
-
-
-
Method Detail
-
maxCode
protected int maxCode()
- Specified by:
maxCodein classLZWDecoder
-
getNextCode
protected final int getNextCode(java.io.InputStream stream) throws java.io.IOException- Specified by:
getNextCodein classLZWDecoder- Throws:
java.io.IOException
-
-