Package gov.nih.mipav.model.file
Class FileTiff.IntFilterInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- gov.nih.mipav.model.file.FileTiff.IntFilterInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
- Direct Known Subclasses:
FileTiff.JPEGInputStream
,FileTiff.TIFFYCbCrInputStream
- Enclosing class:
- FileTiff
public abstract class FileTiff.IntFilterInputStream extends java.io.FilterInputStream
-
-
Constructor Summary
Constructors Constructor Description IntFilterInputStream(java.io.InputStream in)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description int
read(int[] buf)
abstract int
read(int[] buf, int off, int len)
void
setIn(java.io.InputStream in)
-
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
-
-