public class TIFFFaxDecoder extends Object
Constructor and Description |
---|
TIFFFaxDecoder(int fillOrder,
int w,
int h) |
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) |
static void |
reverseBits(byte[] b)
Reverses the bits in the array
|
public TIFFFaxDecoder(int fillOrder, int w, int h)
fillOrder
- The fill order of the compressed data bytes.w
- h
- public static void reverseBits(byte[] b)
b
- the bits to reversepublic void decode1D(byte[] buffer, byte[] compData, int startX, int height)
public void decodeNextScanline(byte[] buffer, int lineOffset, int bitOffset)
public void decode2D(byte[] buffer, byte[] compData, int startX, int height, long tiffT4Options)
public void decodeT6(byte[] buffer, byte[] compData, int startX, int height, long tiffT6Options)
Copyright © 2015. All rights reserved.