Class TransformedByteSource
java.lang.Object
com.google.common.io.ByteSource
org.aksw.shellgebra.exec.stage.ByteSourceWrapper
org.aksw.shellgebra.exec.TransformedByteSource
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordSeparate trailing output transforms from the byte source. -
Constructor Summary
ConstructorsConstructorDescriptionTransformedByteSource(com.google.common.io.ByteSource delegate, List<org.aksw.commons.io.util.stream.InputStreamTransform> transforms) -
Method Summary
Methods inherited from class ByteSourceWrapper
getDelegateMethods 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
-
TransformedByteSource
public TransformedByteSource(com.google.common.io.ByteSource delegate, List<org.aksw.commons.io.util.stream.InputStreamTransform> transforms)
-
-
Method Details
-
getTransforms
-
openStream
- Overrides:
openStreamin classByteSourceWrapper- Throws:
IOException
-
transform
public static com.google.common.io.ByteSource transform(com.google.common.io.ByteSource bs, org.aksw.commons.io.util.stream.InputStreamTransform transform) -
split
-