Package hudson
Class CloseProofOutputStream
java.lang.Object
java.io.OutputStream
hudson.util.DelegatingOutputStream
hudson.CloseProofOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
OutputStream
that blocks close()
method.- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields inherited from class hudson.util.DelegatingOutputStream
out
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.util.DelegatingOutputStream
flush, write, write, write
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
CloseProofOutputStream
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classDelegatingOutputStream
-