jodd.format
Class Scanf

java.lang.Object
  extended by jodd.format.Scanf

public class Scanf
extends java.lang.Object

Scanf.


Field Summary
protected static java.io.BufferedReader in
           
 
Constructor Summary
Scanf()
           
 
Method Summary
static java.lang.String scanf()
          Scans input console and returns entered string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

protected static java.io.BufferedReader in
Constructor Detail

Scanf

public Scanf()
Method Detail

scanf

public static java.lang.String scanf()
Scans input console and returns entered string.



Copyright © 2003-2012 Jodd Team