Class LazyFileOutputStream

java.lang.Object
java.io.OutputStream
org.apache.tools.ant.util.LazyFileOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class LazyFileOutputStream extends OutputStream
Class that delays opening the output file until the first bytes shall be written or the method open has been invoked explicitly.
Since:
Ant 1.6