Interface StreamTransformer
- All Known Implementing Classes:
SequenceStreamTransformer
public interface StreamTransformer
Interface for stream transformations.
-
Method Summary
Modifier and TypeMethodDescriptiontransform
(CommandStream inStream) Given the input stream, return a transformed out stream
-
Method Details
-
transform
Given the input stream, return a transformed out stream- Parameters:
inStream
- the input stream- Returns:
- the result stream
-