Class CachingWriter

java.lang.Object
java.io.Writer
java.io.OutputStreamWriter
org.codehaus.plexus.util.io.CachingWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class CachingWriter extends OutputStreamWriter
Caching Writer to avoid overwriting a file with the same content.