de.intarsys.pdf.filter
Class TIFFFaxDecoder
java.lang.Object
de.intarsys.pdf.filter.TIFFFaxDecoder
public class TIFFFaxDecoder
- extends Object
Method Summary |
void |
decode1D(byte[] buffer,
byte[] compData,
int startX,
int height)
|
void |
decode2D(byte[] buffer,
byte[] compData,
int startX,
int height,
long tiffT4Options)
|
void |
decodeT6(byte[] buffer,
byte[] compData,
int startX,
int height,
long tiffT6Options)
|
TIFFFaxDecoder
public TIFFFaxDecoder(int fillOrder,
int w,
int h)
- Parameters:
fillOrder
- The fill order of the compressed data bytes.compData
- Array containing compressed data.w
- h
-
decode1D
public void decode1D(byte[] buffer,
byte[] compData,
int startX,
int height)
decode2D
public void decode2D(byte[] buffer,
byte[] compData,
int startX,
int height,
long tiffT4Options)
decodeT6
public void decodeT6(byte[] buffer,
byte[] compData,
int startX,
int height,
long tiffT6Options)
Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.