|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.io.OutputStream
|
+--com.go.trove.io.DualOutput
|
+--com.go.tea.io.DualOutput
DualOutput wraps two OutputStreams so they can be written to simultaneously. This is handy for writing to a file and a class injector at the same time.
ClassInjector| Constructor Summary | |
DualOutput(java.io.OutputStream out1,
java.io.OutputStream out2)
Deprecated. |
|
| Methods inherited from class com.go.trove.io.DualOutput |
close, flush, write, write |
| Methods inherited from class java.io.OutputStream |
write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DualOutput(java.io.OutputStream out1,
java.io.OutputStream out2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||