Class FileConcatInputStream
java.lang.Object
java.io.InputStream
fr.ens.biologie.genomique.eoulsan.io.AbstractConcatInputStream
fr.ens.biologie.genomique.eoulsan.io.FileConcatInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
This class define an InputStream that concatenate files in an InputStream.
- Since:
- 1.0
- Author:
- Laurent Jourdren
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class fr.ens.biologie.genomique.eoulsan.io.AbstractConcatInputStream
close, markSupported, read, read, readMethods inherited from class java.io.InputStream
available, mark, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
FileConcatInputStream
Constructor.- Parameters:
files- files to concatenate in the InputStream.
-