Class DiffWriter

java.lang.Object
java.io.Writer
com.day.util.diff.DiffWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class DiffWriter extends Writer
Implements a writer that provides an additional method writeNewLine() that can be used for writing line separators which can be defined. A PrintWriter would actually be better, but it does not support defining the line separator to use.