| java.lang.Object com.sun.media.imageioimpl.plugins.tiff.TIFFLZWUtil
TIFFLZWUtil | public class TIFFLZWUtil (Code) | | |
Method Summary | |
public void | addStringToTable(byte oldString, byte newString) Add a new string to the string table. | public void | addStringToTable(byte string) Add a new string to the string table. | public byte[] | composeString(byte oldString, byte newString) Append newString to the end of oldString . | public byte[] | decode(byte[] data, int predictor, int samplesPerPixel, int width, int height) | public int | getNextCode() | public void | initializeStringTable() Initialize the string table. | public void | writeString(byte string) Write out the string just uncompressed. |
predictorsamplesPerPixel | int predictorsamplesPerPixel(Code) | | |
stringTable | byte stringTable(Code) | | |
tableIndexbitsToGet | int tableIndexbitsToGet(Code) | | |
TIFFLZWUtil | public TIFFLZWUtil()(Code) | | |
addStringToTable | public void addStringToTable(byte oldString, byte newString)(Code) | | Add a new string to the string table.
|
addStringToTable | public void addStringToTable(byte string)(Code) | | Add a new string to the string table.
|
composeString | public byte[] composeString(byte oldString, byte newString)(Code) | | Append newString to the end of oldString .
|
decode | public byte[] decode(byte[] data, int predictor, int samplesPerPixel, int width, int height) throws IOException(Code) | | |
getNextCode | public int getNextCode()(Code) | | |
initializeStringTable | public void initializeStringTable()(Code) | | Initialize the string table.
|
writeString | public void writeString(byte string)(Code) | | Write out the string just uncompressed.
|
|
|