| com.sun.media.imageioimpl.plugins.tiff.TIFFFaxCompressor com.sun.media.imageioimpl.plugins.tiff.TIFFRLECompressor com.sun.media.imageioimpl.plugins.tiff.TIFFCodecLibRLECompressor
Method Summary | |
public int | encode(byte[] b, int off, int width, int height, int[] bitsPerSample, int scanlineStride) |
TIFFCodecLibRLECompressor | public TIFFCodecLibRLECompressor()(Code) | | |
encode | public int encode(byte[] b, int off, int width, int height, int[] bitsPerSample, int scanlineStride) throws IOException(Code) | | |
Methods inherited from com.sun.media.imageioimpl.plugins.tiff.TIFFRLECompressor | public int encode(byte[] b, int off, int width, int height, int[] bitsPerSample, int scanlineStride) throws IOException(Code)(Java Doc) public int encodeRLE(byte[] data, int rowOffset, int colOffset, int rowLength, byte[] compData)(Code)(Java Doc)
|
Methods inherited from com.sun.media.imageioimpl.plugins.tiff.TIFFFaxCompressor | public int add1DBits(byte[] buf, int where, int count, int color)(Code)(Java Doc) public int add2DBits(byte[] buf, int where, int[][] mode, int entry)(Code)(Java Doc) public int addEOFB(byte[] buf, int where)(Code)(Java Doc) public int addEOL(boolean is1DMode, boolean addFill, boolean add1, byte[] buf, int where)(Code)(Java Doc) public int encode1D(byte[] data, int rowOffset, int colOffset, int rowLength, byte[] compData, int compOffset)(Code)(Java Doc) public void initBitBuf()(Code)(Java Doc) public int nextState(byte[] data, int base, int bitOffset, int maxOffset)(Code)(Java Doc) public void setMetadata(IIOMetadata metadata)(Code)(Java Doc)
|
|
|