Package gov.nih.mipav.model.file
Class FileTiff.BitSwapInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- gov.nih.mipav.model.file.FileTiff.BitSwapInputStream
-
- All Implemented Interfaces:
FileTiff.BitSwapTable
,java.io.Closeable
,java.lang.AutoCloseable
- Enclosing class:
- FileTiff
public class FileTiff.BitSwapInputStream extends java.io.FilterInputStream implements FileTiff.BitSwapTable
-
-
Field Summary
-
Fields inherited from interface gov.nih.mipav.model.file.FileTiff.BitSwapTable
bitSwapTable
-
-
Constructor Summary
Constructors Constructor Description BitSwapInputStream(java.io.InputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read()
int
read(byte[] b)
int
read(byte[] b, int off, int len)
-
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, 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[] b) throws java.io.IOException
- Overrides:
read
in classjava.io.FilterInputStream
- Throws:
java.io.IOException
-
read
public int read(byte[] b, int off, int len) throws java.io.IOException
- Overrides:
read
in classjava.io.FilterInputStream
- Throws:
java.io.IOException
-
-