| java.lang.Object com.sun.media.imageio.plugins.tiff.TIFFCompressor com.sun.media.imageioimpl.plugins.tiff.TIFFLZWCompressor
Method Summary | |
public int | encode(byte[] b, int off, int width, int height, int[] bitsPerSample, int scanlineStride) | public void | setStream(ImageOutputStream stream) |
TIFFLZWCompressor | public TIFFLZWCompressor(int predictorValue)(Code) | | |
encode | public int encode(byte[] b, int off, int width, int height, int[] bitsPerSample, int scanlineStride) throws IOException(Code) | | |
|
|