public class CloseProofOutputStream extends DelegatingOutputStream
OutputStream
that blocks close()
method.out
Constructor and Description |
---|
CloseProofOutputStream(OutputStream out) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
flush, write, write, write
public CloseProofOutputStream(OutputStream out)
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class DelegatingOutputStream
Copyright © 2019. All rights reserved.