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