Class Input


  • public final class Input
    extends Object
    All system inputs.
    Since:
    0.28.0
    • Method Detail

      • getInstance

        public static Input getInstance()
        GetInstance.
        Returns:
        The pointer to input
      • getLine

        public String getLine()
        GetLine.
        Returns:
        First read line from system input
      • getAllLines

        public String getAllLines()
        GetAllLines.
        Returns:
        All read lines from system input