Package org.apache.pdfbox.io.ccitt
Class FillOrderChangeInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- org.apache.pdfbox.io.ccitt.FillOrderChangeInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public class FillOrderChangeInputStream extends java.io.FilterInputStream
This filtering input stream does a fill order change required for certain TIFF images.- Version:
- $Revision$
-
-
Constructor Summary
Constructors Constructor Description FillOrderChangeInputStream(java.io.InputStream in)
Main constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read()
int
read(byte[] b, int off, int len)
-
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip
-
-