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