public class DebugDiffWriter extends java.lang.Object implements DiffWriter
Constructor and Description |
---|
DebugDiffWriter()
Constructs a new DebugDiffWriter.
|
public void addCopy(long offset, int length) throws java.io.IOException
DiffWriter
addCopy
in interface DiffWriter
java.io.IOException
public void addData(byte b) throws java.io.IOException
DiffWriter
addData
in interface DiffWriter
java.io.IOException
public void flush() throws java.io.IOException
DiffWriter
flush
in interface DiffWriter
java.io.IOException
public void close() throws java.io.IOException
DiffWriter
DiffWriter
will invoke this method at the end.close
in interface DiffWriter
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException