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.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.FilterOutputStream
java.io.IOException
public void write(byte[] b, int off, int len)
write
in class java.io.FilterOutputStream
public java.lang.String toString()
toString
in class java.lang.Object