Uses of Class
com.twelvemonkeys.imageio.plugins.tiff.LZWDecoder.LZWString
Packages that use LZWDecoder.LZWString
-
Uses of LZWDecoder.LZWString in com.twelvemonkeys.imageio.plugins.tiff
Fields in com.twelvemonkeys.imageio.plugins.tiff declared as LZWDecoder.LZWStringModifier and TypeFieldDescription(package private) static final LZWDecoder.LZWString
LZWDecoder.LZWString.EMPTY
(package private) final LZWDecoder.LZWString
LZWDecoder.LZWString.previous
private final LZWDecoder.LZWString[]
LZWDecoder.table
Methods in com.twelvemonkeys.imageio.plugins.tiff that return LZWDecoder.LZWStringModifier and TypeMethodDescriptionfinal LZWDecoder.LZWString
LZWDecoder.LZWString.concatenate
(byte value) Methods in com.twelvemonkeys.imageio.plugins.tiff with parameters of type LZWDecoder.LZWStringModifier and TypeMethodDescriptionprivate void
LZWDecoder.addStringToTable
(LZWDecoder.LZWString string) int
LZWDecoder.LZWString.compareTo
(LZWDecoder.LZWString other) Constructors in com.twelvemonkeys.imageio.plugins.tiff with parameters of type LZWDecoder.LZWStringModifierConstructorDescriptionprivate
LZWString
(byte value, byte firstChar, int length, LZWDecoder.LZWString previous)