Class MaxByteInputStream
java.lang.Object
java.io.InputStream
fr.ens.biologie.genomique.eoulsan.io.MaxByteInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
This class allow to create an InputStream that can read a maximum of byte from another
InputStream. Warning: this class never close the original stream.
- Since:
- 2.0
- Author:
- Laurent Jourdren
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
MaxByteInputStream
Public constructor- Parameters:
in- inputStreammax- stream size
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-