Interface StreamTransformer
-
- All Known Implementing Classes:
SequenceStreamTransformer
public interface StreamTransformerInterface for stream transformations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandStreamtransform(CommandStream inStream)Given the input stream, return a transformed out stream
-
-
-
Method Detail
-
transform
CommandStream transform(CommandStream inStream)
Given the input stream, return a transformed out stream- Parameters:
inStream- the input stream- Returns:
- the result stream
-
-