Package gov.nih.mipav.model.file
Class FileSVS.IntFilterInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- gov.nih.mipav.model.file.FileSVS.IntFilterInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
- Direct Known Subclasses:
FileSVS.JPEGInputStream
,FileSVS.TIFFYCbCrInputStream
- Enclosing class:
- FileSVS
public abstract class FileSVS.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
-
-