org.hudsonci.utils.io
Class ReplacableOutputStream
java.lang.Object
java.io.OutputStream
org.hudsonci.utils.io.DelegatingOutputStream
org.hudsonci.utils.io.ReplacableOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class ReplacableOutputStream
- extends DelegatingOutputStream
Allows the target output stream delegate to be changed.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReplacableOutputStream
public ReplacableOutputStream(OutputStream out)
set
public void set(OutputStream out)
Copyright © 2004-2011 Hudson. All Rights Reserved.