Interface HighlightHandler


public interface HighlightHandler
This interface describes a class to handle the highlighting of a character.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(int c, PushbackReader in, Writer out)
    This method renders from the input to the output.
  • Method Details

    • render

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