|
Scribble Problem Set Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cs101.io.Console
A helper class for Java Console IO. Contains appropriate console read and print methods.
Exists mostly to make System.In palatable by transforming it into a readLine-able BufferedReader. Out is included for completeness and uniformity.
Copyright 1998 Massachusetts Institute of Technology
System
Method Summary | |
static void |
print(java.lang.String s)
Write a line to Console. |
static void |
println()
Write a blank line to Console. |
static void |
println(java.lang.String s)
Write a line to Console. |
static java.lang.String |
readln()
Read a line from Console. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static final java.lang.String readln()
public static final void println(java.lang.String s)
public static final void println()
public static final void print(java.lang.String s)
|
Scribble Problem Set Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |