Class ByteSourceWrapper
java.lang.Object
com.google.common.io.ByteSource
org.aksw.shellgebra.exec.stage.ByteSourceWrapper
- Direct Known Subclasses:
TransformedByteSource
public class ByteSourceWrapper
extends com.google.common.io.ByteSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.io.ByteSourceMethods 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
-
ByteSourceWrapper
public ByteSourceWrapper(com.google.common.io.ByteSource delegate)
-
-
Method Details
-
getDelegate
public com.google.common.io.ByteSource getDelegate() -
openStream
- Specified by:
openStreamin classcom.google.common.io.ByteSource- Throws:
IOException
-