Class LZWDecoder.LZWString
java.lang.Object
com.twelvemonkeys.imageio.plugins.tiff.LZWDecoder.LZWString
- All Implemented Interfaces:
Comparable<LZWDecoder.LZWString>
- Enclosing class:
LZWDecoder
-
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) private
LZWString
(byte value, byte firstChar, int length, LZWDecoder.LZWString previous) -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(LZWDecoder.LZWString other) final LZWDecoder.LZWString
concatenate
(byte value) boolean
int
hashCode()
toString()
final void
writeTo
(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
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<LZWDecoder.LZWString>
-