| java.lang.Object com.sun.media.jai.codecimpl.TIFFFaxDecoder
TIFFFaxDecoder | class TIFFFaxDecoder (Code) | | |
Constructor Summary | |
public | TIFFFaxDecoder(int fillOrder, int w, int h) |
Method Summary | |
public void | decode1D(byte[] buffer, byte[] compData, int startX, int height) | public void | decode2D(byte[] buffer, byte compData, int startX, int height, long tiffT4Options) | public void | decodeNextScanline(byte[] buffer, int lineOffset, int bitOffset) | public synchronized void | decodeT6(byte[] buffer, byte[] compData, int startX, int height, long tiffT6Options) |
additionalMakeup | static short additionalMakeup(Code) | | |
flipTable | static byte flipTable(Code) | | |
initBlack | static short initBlack(Code) | | |
twoBitBlack | static short twoBitBlack(Code) | | |
twoDCodes | static byte twoDCodes(Code) | | |
TIFFFaxDecoder | public TIFFFaxDecoder(int fillOrder, int w, int h)(Code) | | Parameters: fillOrder - The fill order of the compressed data bytes. Parameters: compData - Array containing compressed data. Parameters: w - Parameters: h - |
decode1D | public void decode1D(byte[] buffer, byte[] compData, int startX, int height)(Code) | | |
decode2D | public void decode2D(byte[] buffer, byte compData, int startX, int height, long tiffT4Options)(Code) | | |
decodeNextScanline | public void decodeNextScanline(byte[] buffer, int lineOffset, int bitOffset)(Code) | | |
decodeT6 | public synchronized void decodeT6(byte[] buffer, byte[] compData, int startX, int height, long tiffT6Options)(Code) | | |
|
|