Package gw.util.process
Class OutputBuffer
- java.lang.Object
-
- java.io.Writer
-
- java.io.StringWriter
-
- gw.util.process.OutputBuffer
-
- All Implemented Interfaces:
OutputHandler,java.io.Closeable,java.io.Flushable,java.lang.Appendable,java.lang.AutoCloseable
class OutputBuffer extends java.io.StringWriter implements OutputHandler
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.concurrent.locks.ReentrantLock_lock
-
Constructor Summary
Constructors Constructor Description OutputBuffer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleLine(java.lang.String line)
-
-
-
Method Detail
-
handleLine
public void handleLine(java.lang.String line)
- Specified by:
handleLinein interfaceOutputHandler
-
-