public final class TIFFFaxDecoder extends Object
| Constructor and Description |
|---|
TIFFFaxDecoder(int fillOrderValue,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode1D(byte[] buffer,
byte[] compData,
int startX,
int height) |
void |
decode2D(byte[] buffer,
byte[] compData,
int startX,
int height,
long tiffT4Options) |
void |
decodeNextScanline(byte[] buffer,
int lineOffset,
int bitOffset) |
void |
decodeT6(byte[] buffer,
byte[] compData,
int startX,
int height,
long tiffT6Options,
boolean encodedByteAlign) |
public TIFFFaxDecoder(int fillOrderValue,
int width,
int height)
fillOrderValue - The fill order of the compressed data bytes.width - The width of the image in pixelsheight - The height of the image in pixelspublic void decode1D(byte[] buffer,
byte[] compData,
int startX,
int height)
throws IOException
IOExceptionpublic void decodeNextScanline(byte[] buffer,
int lineOffset,
int bitOffset)
throws IOException
IOExceptionpublic void decode2D(byte[] buffer,
byte[] compData,
int startX,
int height,
long tiffT4Options)
throws IOException
IOExceptionpublic void decodeT6(byte[] buffer,
byte[] compData,
int startX,
int height,
long tiffT6Options,
boolean encodedByteAlign)
throws IOException
IOExceptionCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.