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
- Version:
- $Id: LZWDecoder.java,v 1.0 08.05.12 21:11 haraldk Exp$
-
Nested Class Summary
Nested classes/interfaces inherited from class LZWDecoder
LZWDecoder.LZWSpecDecoder, LZWDecoder.LZWString -
Field Summary
Fields inherited from class LZWDecoder
bitMask, bitsPerCode, CLEAR_CODE, eofReached, EOI_CODE, nextBits, nextData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final intgetNextCode(InputStream stream) protected intmaxCode()Methods inherited from class LZWDecoder
create, decode, isOldBitReversedStream
-
Constructor Details
-
LZWSpecDecoder
protected LZWSpecDecoder()
-
-
Method Details
-
maxCode
protected int maxCode()- Specified by:
maxCodein classLZWDecoder
-
getNextCode
- Specified by:
getNextCodein classLZWDecoder- Throws:
IOException
-