All Known Implementing Classes:
SequenceStreamTransformer

public interface StreamTransformer
Interface for stream transformations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Given the input stream, return a transformed out stream
  • Method Details

    • transform

      CommandStream transform(CommandStream inStream)
      Given the input stream, return a transformed out stream
      Parameters:
      inStream - the input stream
      Returns:
      the result stream