Class OutputStreamTransformOverInputStreamTransform
java.lang.Object
org.aksw.commons.io.util.stream.OutputStreamTransformOverInputStreamTransform
- All Implemented Interfaces:
OutputStreamTransform
public class OutputStreamTransformOverInputStreamTransform
extends Object
implements OutputStreamTransform
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionapply(OutputStream out) booleanisPiped()False if 'this' is the 'native' transform.toString()
-
Constructor Details
-
OutputStreamTransformOverInputStreamTransform
-
-
Method Details
-
isPiped
public boolean isPiped()Description copied from interface:OutputStreamTransformFalse if 'this' is the 'native' transform. True for the piped transform return by asInputStreamTransform.- Specified by:
isPipedin interfaceOutputStreamTransform
-
asInputStreamTransform
- Specified by:
asInputStreamTransformin interfaceOutputStreamTransform
-
apply
- Specified by:
applyin interfaceOutputStreamTransform- Throws:
IOException
-
toString
-