Class ConsoleInput.RedirectOutputStream
java.lang.Object
java.io.OutputStream
com.biglybt.ui.console.ConsoleInput.RedirectOutputStream
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
- Enclosing class:
ConsoleInput
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final OutputStreamprivate final PrintStream(package private) boolean -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateRedirectOutputStream(OutputStream _dest1, PrintStream _dest2) -
Method Summary
Methods inherited from class OutputStream
nullOutputStream, write, write
-
Field Details
-
dest1
-
dest2
-
ts
boolean ts
-
-
Constructor Details
-
RedirectOutputStream
-
-
Method Details
-
requestTimeStamp
private void requestTimeStamp() -
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-