Class LZWDecoder.LZWString
java.lang.Object
com.twelvemonkeys.imageio.plugins.tiff.LZWDecoder.LZWString
- All Implemented Interfaces:
Comparable<LZWDecoder.LZWString>
- Enclosing class:
LZWDecoder
- Version:
- $Id: LZWDecoder.java,v 1.0 08.05.12 21:11 haraldk Exp$
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final LZWDecoder.LZWString(package private) final byte(package private) final int(package private) final LZWDecoder.LZWString(package private) final byte -
Constructor Summary
ConstructorsModifierConstructorDescriptionLZWString(byte code) privateLZWString(byte value, byte firstChar, int length, LZWDecoder.LZWString previous) -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(LZWDecoder.LZWString other) final LZWDecoder.LZWStringconcatenate(byte value) booleaninthashCode()toString()final voidwriteTo(ByteBuffer buffer)
-
Field Details
-
EMPTY
-
previous
-
length
final int length -
value
final byte value -
firstChar
final byte firstChar
-
-
Constructor Details
-
LZWString
public LZWString(byte code) -
LZWString
-
-
Method Details
-
concatenate
-
writeTo
-
toString
-
equals
-
hashCode
-
compareTo
- Specified by:
compareToin interfaceComparable<LZWDecoder.LZWString>
-