Uses of Interface
com.pervasive.datarush.io.InputStreamSupplier
Packages that use InputStreamSupplier
Package
Description
Provides classes and interfaces performing file-like I/O operations.
Provides base file I/O components including encoders and decoders.
-
Uses of InputStreamSupplier in com.pervasive.datarush.io
Methods in com.pervasive.datarush.io that return InputStreamSupplierModifier and TypeMethodDescriptionstatic InputStreamSupplierInputStreamSuppliers.combine(FileClient client, List<Path> paths, boolean ignoreNonExistant) Creates an InputStreamSupplier that will return an input stream consisting of the streams of each of the sources, combined together.static InputStreamSupplierInputStreamSuppliers.concat(FileClient client, List<Path> paths) Creates an InputStreamSupplier that will return an input stream consisting of the streams of each of the paths, concatenated together.static InputStreamSupplierInputStreamSuppliers.concat(FileClient client, List<Path> paths, boolean ignoreNonExistent) Creates an InputStreamSupplier that will return an input stream consisting of the streams of each of the paths, concatenated together.static InputStreamSupplierInputStreamSuppliers.concat(List<? extends InputStreamSupplier> sources) Creates an InputStreamSupplier that will return an input stream consisting of the streams of each of the sources, concatenated together.static InputStreamSupplierInputStreamSuppliers.path(FileClient client, Path path) Returns an InputStreamSupplier that will open the specified path.static InputStreamSupplierInputStreamSuppliers.path(FileClient client, Path path, boolean ignoreNonExistent) Returns an InputStreamSupplier that will open the specified path.Method parameters in com.pervasive.datarush.io with type arguments of type InputStreamSupplierModifier and TypeMethodDescriptionstatic InputStreamSupplierInputStreamSuppliers.concat(List<? extends InputStreamSupplier> sources) Creates an InputStreamSupplier that will return an input stream consisting of the streams of each of the sources, concatenated together. -
Uses of InputStreamSupplier in com.pervasive.datarush.operators.io
Subinterfaces of InputStreamSupplier in com.pervasive.datarush.operators.ioClasses in com.pervasive.datarush.operators.io that implement InputStreamSupplierModifier and TypeClassDescriptionclassA data source identified by aPath.classA data source which concatenates multiple sources.classA data source representing the concatenation of all files matching a pattern.