Package tv.hd3g.processlauncher
Class StdInInjection
java.lang.Object
java.io.OutputStream
tv.hd3g.processlauncher.StdInInjection
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream, write
-
Field Details
-
LINESEPARATOR
-
-
Constructor Details
-
StdInInjection
-
-
Method Details
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
println
Send text + new line + flush- Throws:
IOException
-
println
Send text + new line + flush- Throws:
IOException
-