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
Classes in com.twelvemonkeys.imageio.plugins.tiff that implement interfaces with type arguments of type LZWDecoder.LZWStringFields in com.twelvemonkeys.imageio.plugins.tiff declared as LZWDecoder.LZWStringModifier and TypeFieldDescription(package private) static final LZWDecoder.LZWStringLZWDecoder.LZWString.EMPTY(package private) final LZWDecoder.LZWStringLZWDecoder.LZWString.previousprivate final LZWDecoder.LZWString[]LZWDecoder.tableMethods in com.twelvemonkeys.imageio.plugins.tiff that return LZWDecoder.LZWStringModifier and TypeMethodDescriptionfinal LZWDecoder.LZWStringLZWDecoder.LZWString.concatenate(byte value) Methods in com.twelvemonkeys.imageio.plugins.tiff with parameters of type LZWDecoder.LZWStringModifier and TypeMethodDescriptionprivate voidLZWDecoder.addStringToTable(LZWDecoder.LZWString string) intLZWDecoder.LZWString.compareTo(LZWDecoder.LZWString other) Constructors in com.twelvemonkeys.imageio.plugins.tiff with parameters of type LZWDecoder.LZWStringModifierConstructorDescriptionprivateLZWString(byte value, byte firstChar, int length, LZWDecoder.LZWString previous)