Package gw.util
Class ProcessStarter.StdErrWriter
java.lang.Object
java.io.Writer
gw.util.ProcessStarter.StdErrWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
- Enclosing class:
- ProcessStarter
-
Field Details
-
_str
Writer _str
-
-
Constructor Details
-
StdErrWriter
-
-
Method Details
-
write
- Specified by:
write
in classWriter
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Specified by:
flush
in classWriter
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classWriter
- Throws:
IOException
-
getString
-