hudson.util
Class FlushProofOutputStream
java.lang.Object
java.io.OutputStream
hudson.util.DelegatingOutputStream
hudson.util.FlushProofOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class FlushProofOutputStream
- extends DelegatingOutputStream
OutputStream that blocks flush() method.
- Since:
- 1.349
- Author:
- Kohsuke Kawaguchi
|
Method Summary |
void |
flush()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlushProofOutputStream
public FlushProofOutputStream(OutputStream out)
flush
public void flush()
throws IOException
- Specified by:
flush in interface Flushable- Overrides:
flush in class DelegatingOutputStream
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.