Interface OutputStreamTransform
- All Known Implementing Classes:
OutputStreamTransformList, OutputStreamTransformOverInputStreamTransform
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionapply(OutputStream out) default InputStreamTransformdefault booleanisPiped()False if 'this' is the 'native' transform.
-
Method Details
-
apply
- Throws:
IOException
-
asInputStreamTransform
-
isPiped
default boolean isPiped()False if 'this' is the 'native' transform. True for the piped transform return by asInputStreamTransform.
-