Class ImageLoaderRawCCITTFax.FillOrderChangeInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- org.apache.xmlgraphics.image.loader.impl.ImageLoaderRawCCITTFax.FillOrderChangeInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
- Enclosing class:
- ImageLoaderRawCCITTFax
private static class ImageLoaderRawCCITTFax.FillOrderChangeInputStream extends java.io.FilterInputStream
-
-
Field Summary
Fields Modifier and Type Field Description private static byte[]
FLIP_TABLE
-
Constructor Summary
Constructors Modifier Constructor Description protected
FillOrderChangeInputStream(java.io.InputStream in)
-
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
-
-