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