| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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 DiffWriterIOException
public void addData(byte b)
             throws IOException
DiffWriter
addData in interface DiffWriterIOException
public void flush()
           throws IOException
DiffWriter
flush in interface DiffWriterIOException
public void close()
           throws IOException
DiffWriterDiff will invoke this method at the end.
close in interface DiffWriterclose in interface CloseableIOException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||