Package org.codehaus.plexus.util.io
Class CachingWriter
java.lang.Object
java.io.Writer
java.io.OutputStreamWriter
org.codehaus.plexus.util.io.CachingWriter
- All Implemented Interfaces:
- Closeable,- Flushable,- Appendable,- AutoCloseable
Caching Writer to avoid overwriting a file with
 the same content.
- 
Field Summary
- 
Constructor SummaryConstructorsConstructorDescriptionCachingWriter(File path, Charset charset) CachingWriter(Path path, Charset charset) CachingWriter(Path path, Charset charset, int bufferSize) 
- 
Method SummaryMethods inherited from class java.io.OutputStreamWriterappend, append, close, flush, getEncoding, write, write, writeMethods inherited from class java.io.Writerappend, nullWriter, write, write
- 
Constructor Details- 
CachingWriter- Throws:
- IOException
 
- 
CachingWriter- Throws:
- IOException
 
- 
CachingWriter- Throws:
- IOException
 
 
- 
- 
Method Details- 
isModifiedpublic boolean isModified()
 
-