|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nothome.delta.DebugDiffWriter
public class DebugDiffWriter
For debugging patch generation.
Constructor Summary | |
---|---|
DebugDiffWriter()
Constructs a new DebugDiffWriter. |
Method Summary | |
---|---|
void |
addCopy(long offset,
int length)
Add a GDIFF copy instruction. |
void |
addData(byte b)
Add a GDIFF data instruction. |
void |
close()
Closes this stream. |
void |
flush()
Flushes to output, e.g. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DebugDiffWriter()
Method Detail |
---|
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
Diff
will invoke this method at the end.
close
in interface DiffWriter
close
in interface Closeable
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |