|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines operations for adding and removing print streams for an object to print to.
Method Summary | |
void |
addPrintStream(java.io.PrintStream printStream)
Adds the specified print stream to this object's print streams. |
void |
removePrintStream(java.io.PrintStream printStream)
Removes the specified print stream to this object's print streams. |
Method Detail |
public void addPrintStream(java.io.PrintStream printStream)
printStream
- the print stream to be addedpublic void removePrintStream(java.io.PrintStream printStream)
printStream
- the print stream to be added
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |