|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectstec.sfc.Win32.Console
public final class Console
Used to interface with the system console.
| Constructor Summary | |
|---|---|
Console()
|
|
| Method Summary | |
|---|---|
static int |
getch()
Reads a character from the console. |
static int |
kbhit()
Checks the console for input. |
static int |
putch(int chr)
Writes a character to the console. |
static int |
ungetch(int chr)
Pushes back the last character read from the console |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Console()
| Method Detail |
|---|
public static final int getch()
public static final int putch(int chr)
chr - the character to write.
public static final int kbhit()
public static final int ungetch(int chr)
chr - the character to push back.
|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2001-2005 Servertec. All rights reserved.