Class OutputHandler

    • Constructor Detail

      • OutputHandler

        public OutputHandler()
    • Method Detail

      • write

        public void write​(String s)
                   throws IOException
        Write the string s.
        Parameters:
        s - the string to write
        Throws:
        IOException - if an I/O error occurs.