public class NonClosingOutputStream extends WrappedOutputStream
OutputStream that does not close the stream.out| Constructor and Description |
|---|
NonClosingOutputStream(OutputStream aSourceOS) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
getWrappedOutputStream, toString, writeflush, write, writepublic NonClosingOutputStream(@Nonnull OutputStream aSourceOS)
public void close()
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamCopyright © 2014–2019 Philip Helger. All rights reserved.