@Internal public class NonClosingOutputStreamDecorator extends ForwardingOutputStream
OutputStream.close()
.Constructor and Description |
---|
NonClosingOutputStreamDecorator(OutputStream delegate) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
flush, write, write, write
public NonClosingOutputStreamDecorator(OutputStream delegate)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class ForwardingOutputStream
IOException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.