Class PathConcatInputStream

All Implemented Interfaces:
Closeable, AutoCloseable

public class PathConcatInputStream extends AbstractConcatInputStream
This class define an InputStream that concatenate path in an InputStream.
Since:
1.0
Author:
Laurent Jourdren
  • 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