Uses of Class
com.twelvemonkeys.imageio.plugins.tiff.LZWDecoder.LZWString
-
Packages that use LZWDecoder.LZWString Package Description com.twelvemonkeys.imageio.plugins.tiff -
-
Uses of LZWDecoder.LZWString in com.twelvemonkeys.imageio.plugins.tiff
Fields in com.twelvemonkeys.imageio.plugins.tiff declared as LZWDecoder.LZWString Modifier and Type Field Description (package private) static LZWDecoder.LZWString
LZWDecoder.LZWString. EMPTY
(package private) LZWDecoder.LZWString
LZWDecoder.LZWString. previous
private LZWDecoder.LZWString[]
LZWDecoder. table
Methods in com.twelvemonkeys.imageio.plugins.tiff that return LZWDecoder.LZWString Modifier and Type Method Description LZWDecoder.LZWString
LZWDecoder.LZWString. concatenate(byte value)
Methods in com.twelvemonkeys.imageio.plugins.tiff with parameters of type LZWDecoder.LZWString Modifier and Type Method Description private 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.LZWString Constructor Description LZWString(byte value, byte firstChar, int length, LZWDecoder.LZWString previous)
-