Class LazyFileOutputStream

java.lang.Object
java.io.OutputStream
org.apache.maven.wagon.LazyFileOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class LazyFileOutputStream extends OutputStream
Variant of FileOutputStream which creates the file only when first portion of data is written.
Author:
Michal Maczka