-
- All Known Implementing Classes:
StringModifier
public interface IStringModifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
modify(String s)
This method is to be called by an OutputStreamModifier object before the string is sent to the OutputStream.
-