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:
Closeable,AutoCloseable
- Direct Known Subclasses:
FileTiff.JPEGInputStream,FileTiff.TIFFYCbCrInputStream
- Enclosing class:
FileTiff
-
Field Summary
Fields inherited from class java.io.FilterInputStream
in -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintread(int[] buf) abstract intread(int[] buf, int off, int len) voidsetIn(InputStream in) Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skipMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
IntFilterInputStream
-
-
Method Details
-
setIn
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-