|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fraid.io.IOStructure
public class IOStructure
| Constructor Summary | |
|---|---|
IOStructure(java.io.Reader aIn,
java.io.OutputStream aOut,
java.io.OutputStream aErr,
java.io.OutputStream aInfo,
java.io.OutputStream aPrompt,
CloseListener aConsoleNotify)
|
|
IOStructure(java.io.Reader aIn,
java.io.PrintStream aOut,
java.io.PrintStream aErr,
java.io.PrintStream aInfo,
java.io.PrintStream aPrompt,
CloseListener aConsoleNotify)
|
|
| Method Summary | |
|---|---|
CloseListener |
getConsoleNotify()
Get the ConsoleNotify value. |
java.io.PrintStream |
getErr()
Get the Err value. |
java.io.Reader |
getIn()
Get the In value. |
java.io.PrintStream |
getInfo()
Get the Info value. |
java.io.PrintStream |
getOut()
Get the Out value. |
java.io.PrintStream |
getPrompt()
Get the Prompt value. |
void |
setConsoleNotify(CloseListener newConsoleNotify)
Set the ConsoleNotify value. |
void |
setErr(java.io.PrintStream newErr)
Set the Err value. |
void |
setIn(java.io.Reader newIn)
Set the In value. |
void |
setInfo(java.io.PrintStream newInfo)
Set the Info value. |
void |
setOut(java.io.PrintStream newOut)
Set the Out value. |
void |
setPrompt(java.io.PrintStream newPrompt)
Set the Prompt value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IOStructure(java.io.Reader aIn,
java.io.PrintStream aOut,
java.io.PrintStream aErr,
java.io.PrintStream aInfo,
java.io.PrintStream aPrompt,
CloseListener aConsoleNotify)
public IOStructure(java.io.Reader aIn,
java.io.OutputStream aOut,
java.io.OutputStream aErr,
java.io.OutputStream aInfo,
java.io.OutputStream aPrompt,
CloseListener aConsoleNotify)
| Method Detail |
|---|
public CloseListener getConsoleNotify()
public void setConsoleNotify(CloseListener newConsoleNotify)
newConsoleNotify - The new ConsoleNotify value.public java.io.PrintStream getPrompt()
public void setPrompt(java.io.PrintStream newPrompt)
newPrompt - The new Prompt value.public java.io.PrintStream getInfo()
public void setInfo(java.io.PrintStream newInfo)
newInfo - The new Info value.public java.io.PrintStream getErr()
public void setErr(java.io.PrintStream newErr)
newErr - The new Err value.public java.io.PrintStream getOut()
public void setOut(java.io.PrintStream newOut)
newOut - The new Out value.public java.io.Reader getIn()
public void setIn(java.io.Reader newIn)
newIn - The new In value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||