Class CachingOutputStream

java.lang.Object
java.io.OutputStream
org.codehaus.plexus.util.io.CachingOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class CachingOutputStream extends OutputStream
Caching OutputStream to avoid overwriting a file with the same content.