Package org.aksw.jenax.engine.qlever
Class ByteSourceOverStreamOp
java.lang.Object
com.google.common.io.ByteSource
org.aksw.jenax.engine.qlever.ByteSourceOverStreamOp
public class ByteSourceOverStreamOp
extends com.google.common.io.ByteSource
Byte source over a logical plan.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionByteSourceOverStreamOp(StreamOp op, Map<String, StreamOp> hostOps) ByteSourceOverStreamOp(StreamOp op, Map<String, StreamOp> hostOps, StreamOpVisitor<InputStream> streamVisitor) -
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
-
Field Details
-
op
-
hostOps
-
streamVisitor
-
-
Constructor Details
-
ByteSourceOverStreamOp
-
ByteSourceOverStreamOp
-
ByteSourceOverStreamOp
public ByteSourceOverStreamOp(StreamOp op, Map<String, StreamOp> hostOps, StreamOpVisitor<InputStream> streamVisitor)
-
-
Method Details
-
openStream
- Specified by:
openStreamin classcom.google.common.io.ByteSource- Throws:
IOException
-