|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectframework.util.JAConsole
public class JAConsole
| Method Summary | |
|---|---|
static byte |
readByte()
|
static char |
readChar()
|
static double |
readDouble()
|
static float |
readFloat()
|
static int |
readInt()
|
static java.lang.String |
readLine()
Lee una linea completa, hasta que se presione [ENTER] por consola y retorna la linea leida |
static long |
readLong()
|
static short |
readShort()
|
static java.lang.String |
readString()
Lee un String por consola y retorna en String leido. |
static java.lang.String |
readString(int n)
Lee un String por consola de longitud fija, exactamente de n caracteres |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static byte readByte()
public static char readChar()
public static java.lang.String readString(int n)
public static java.lang.String readString()
public static short readShort()
public static int readInt()
public static long readLong()
public static float readFloat()
public static double readDouble()
public static java.lang.String readLine()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||