Interface Highlighter


public interface Highlighter
This interface describes a class to highlight some characters acting as a filter.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method renders from the input to the output.
  • Method Details

    • render

      void render(PushbackReader in, Writer out) throws IOException
      This method renders from the input to the output.
      Parameters:
      in - the input reader
      out - the target writer
      Throws:
      IOException - in case of an I/O error