Class LZWDecoder.LZWCompatibilityDecoder
java.lang.Object
com.twelvemonkeys.imageio.plugins.tiff.LZWDecoder
com.twelvemonkeys.imageio.plugins.tiff.LZWDecoder.LZWCompatibilityDecoder
- All Implemented Interfaces:
Decoder
- Enclosing class:
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected final int
getNextCode
(InputStream stream) protected int
maxCode()
Methods inherited from class com.twelvemonkeys.imageio.plugins.tiff.LZWDecoder
create, decode, isOldBitReversedStream
-
Constructor Details
-
LZWCompatibilityDecoder
protected LZWCompatibilityDecoder()
-
-
Method Details
-
maxCode
protected int maxCode()- Specified by:
maxCode
in classLZWDecoder
-
getNextCode
- Specified by:
getNextCode
in classLZWDecoder
- Throws:
IOException
-