Class AbstractConcatInputStream
java.lang.Object
java.io.InputStream
fr.ens.biologie.genomique.eoulsan.io.AbstractConcatInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
- Direct Known Subclasses:
FileConcatInputStream,PathConcatInputStream
This class define an InputStream that concatenate InputStream.
- Since:
- 1.0
- Author:
- Laurent Jourdren
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
AbstractConcatInputStream
public AbstractConcatInputStream()
-
-
Method Details
-
markSupported
public boolean markSupported()- Overrides:
markSupportedin classInputStream
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-