Modifier and Type | Field and Description |
---|---|
private static final byte[] | flipTable
Table for flipping bytes from LSB-to-MSB to MSB-to-LSB. |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | decodeRaw(byte[]
a b, int byte array to be written.the starting offset in dstOffset, int b to be
written.the number of bits for each pixel. bitsPerPixel, int the number of scanlineStride)byte s to
advance between that starting pixels of each scanline.Implements abstract com. Decodes the source data into the provided |
flipTable | back to summary |
---|---|
private static final byte[] flipTable Table for flipping bytes from LSB-to-MSB to MSB-to-LSB. |
TIFFLSBDecompressor | back to summary |
---|---|
public TIFFLSBDecompressor() |
decodeRaw | back to summary |
---|---|
public void decodeRaw(byte[] b, int dstOffset, int bitsPerPixel, int scanlineStride) throws IOException Implements abstract com. Doc from com. Decodes the source data into the provided
|