@Deprecated public class ProcessOutputStream extends UnsyncByteArrayOutputStream
buffer, index
Constructor and Description |
---|
ProcessOutputStream(ObjectOutputStream objectOutputStream)
Deprecated.
|
ProcessOutputStream(ObjectOutputStream objectOutputStream,
boolean error)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
|
void |
flush()
Deprecated.
|
void |
setLogPrefix(byte[] logPrefix)
Deprecated.
|
void |
writeProcessCallable(ProcessCallable<?> processCallable)
Deprecated.
|
reset, size, toByteArray, toString, toString, unsafeGetByteArray, unsafeGetByteBuffer, write, write, write, writeTo
public ProcessOutputStream(ObjectOutputStream objectOutputStream)
public ProcessOutputStream(ObjectOutputStream objectOutputStream, boolean error)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
public void setLogPrefix(byte[] logPrefix)
public void writeProcessCallable(ProcessCallable<?> processCallable) throws IOException
IOException