Class InputStreamTransformOverOutputStreamTransform
java.lang.Object
org.aksw.commons.io.util.stream.InputStreamTransformOverOutputStreamTransform
- All Implemented Interfaces:
InputStreamTransform
public class InputStreamTransformOverOutputStreamTransform
extends Object
implements InputStreamTransform
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionapply(InputStream in) booleanisPiped()False if 'this' is the 'native' transform.toString()
-
Constructor Details
-
InputStreamTransformOverOutputStreamTransform
-
-
Method Details
-
isPiped
public boolean isPiped()Description copied from interface:InputStreamTransformFalse if 'this' is the 'native' transform. True for the piped transform return by asOutputStreamTransform.- Specified by:
isPipedin interfaceInputStreamTransform
-
asOutputStreamTransform
- Specified by:
asOutputStreamTransformin interfaceInputStreamTransform
-
apply
- Specified by:
applyin interfaceInputStreamTransform
-
toString
-