Class StringTransformer

java.lang.Object
org.ocpsoft.rewrite.transform.StringTransformer
All Implemented Interfaces:
Transformer

public abstract class StringTransformer extends Object implements Transformer
Base class for Transformer implementations that operate on strings. Please note that this classes assumes UTF8 encoding when building the string representation of the InputStream and when writing the transformed string to the OutputStream.
Author:
Christian Kaltepoth