private static class StreamUtils.NonClosingOutputStream
extends java.io.FilterOutputStream
Constructor and Description |
---|
NonClosingOutputStream(java.io.OutputStream out) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
write(byte[] b,
int off,
int let) |
public void write(byte[] b, int off, int let) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException
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