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 intread(int[] buf)abstract intread(int[] buf, int off, int len)voidsetIn(java.io.InputStream in)-
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
-
-