Class PathConcatInputStream
java.lang.Object
java.io.InputStream
fr.ens.biologie.genomique.eoulsan.io.AbstractConcatInputStream
fr.ens.biologie.genomique.eoulsan.io.PathConcatInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
This class define an InputStream that concatenate path in an InputStream.
- Since:
- 1.0
- Author:
- Laurent Jourdren
-
Constructor Summary
ConstructorsConstructorDescriptionPathConcatInputStream(List<org.apache.hadoop.fs.Path> paths, org.apache.hadoop.conf.Configuration conf) Constructor. -
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
-
PathConcatInputStream
public PathConcatInputStream(List<org.apache.hadoop.fs.Path> paths, org.apache.hadoop.conf.Configuration conf) Constructor.- Parameters:
paths- paths to concatenate in the InputStream.conf- Hadoop configuration
-