Class ByteSourceOverPipeline
java.lang.Object
com.google.common.io.ByteSource
org.aksw.shellgebra.exec.stage.ByteSourceOverPipeline
public class ByteSourceOverPipeline
extends com.google.common.io.ByteSource
-
Constructor Summary
ConstructorsConstructorDescriptionByteSourceOverPipeline(List<ProcessBuilder> processBuilders, List<FileWriterTask> fileWriters, com.google.common.io.ByteSource inputSource) -
Method Summary
Methods inherited from class com.google.common.io.ByteSource
asCharSource, concat, concat, concat, contentEquals, copyTo, copyTo, empty, hash, isEmpty, openBufferedStream, read, read, size, sizeIfKnown, slice, wrap
-
Constructor Details
-
ByteSourceOverPipeline
public ByteSourceOverPipeline(List<ProcessBuilder> processBuilders, List<FileWriterTask> fileWriters, com.google.common.io.ByteSource inputSource)
-
-
Method Details
-
openStream
- Specified by:
openStreamin classcom.google.common.io.ByteSource- Throws:
IOException
-