Class Curses


  • public class Curses
    extends java.lang.Object
    Curses helper methods.
    Author:
    Guillaume Nodet
    • Constructor Summary

      Constructors 
      Constructor Description
      Curses()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void tputs​(java.io.Writer out, java.lang.String str, java.lang.Object... params)
      Print the given terminal capabilities
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Curses

        public Curses()
    • Method Detail

      • tputs

        public static void tputs​(java.io.Writer out,
                                 java.lang.String str,
                                 java.lang.Object... params)
                          throws java.io.IOException
        Print the given terminal capabilities
        Parameters:
        out - the output stream
        str - the capability to output
        params - optional parameters
        Throws:
        java.io.IOException - if an error occurs