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