|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hops.ext.io
public class io
for writing and reading to and from the console
| Constructor Summary | |
|---|---|
io()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
DMRead()
reads from the console |
static void |
DMWrite(java.io.PrintStream out,
java.lang.String _sent)
writes to the console |
static void |
DMWrite(java.lang.String _sent)
writes to the console |
java.lang.Object |
getLogger()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public io()
| Method Detail |
|---|
public static void DMWrite(java.lang.String _sent)
_sent - the message
public static void DMWrite(java.io.PrintStream out,
java.lang.String _sent)
_sent - the messagepublic static java.lang.String DMRead()
public java.lang.Object getLogger()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||