Class ReverseInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- com.twelvemonkeys.imageio.plugins.tiff.ReverseInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
final class ReverseInputStream extends java.io.FilterInputStream
ReverseInputStream.- Version:
- $Id: ReverseInputStream.java,v 1.0 19/12/2017 harald.kuhr Exp$
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static byte[]
BIT_REVERSE_TABLE
-
Constructor Summary
Constructors Constructor Description ReverseInputStream(java.io.InputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read()
int
read(byte[] bytes, int off, int len)
-
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip
-
-
-
-
Method Detail
-
read
public int read() throws java.io.IOException
- Overrides:
read
in classjava.io.FilterInputStream
- Throws:
java.io.IOException
-
read
public int read(byte[] bytes, int off, int len) throws java.io.IOException
- Overrides:
read
in classjava.io.FilterInputStream
- Throws:
java.io.IOException
-
-