public class NoCloseOutputStream
extends java.io.FilterOutputStream
StdoutType,
StderrType| Constructor and Description |
|---|
NoCloseOutputStream(java.io.OutputStream out,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.lang.String |
toString() |
void |
write(byte[] b,
int off,
int len) |
public NoCloseOutputStream(java.io.OutputStream out,
java.lang.String name)
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
write in class java.io.FilterOutputStreampublic java.lang.String toString()
toString in class java.lang.Object