Interface IStringModifier

  • All Known Implementing Classes:
    StringModifier

    public interface IStringModifier
    • Method Detail

      • modify

        String modify​(String s)
        This method is to be called by an OutputStreamModifier object before the string is sent to the OutputStream.

        Parameters:
        s - The string to be modified.

        Returns:
        Return a modified string.