|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DiffWriter
Interface for DIFF writers.
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. |
Method Detail |
---|
void addCopy(long offset, int length) throws IOException
IOException
void addData(byte b) throws IOException
IOException
void flush() throws IOException
IOException
void close() throws IOException
Diff
will invoke this method at the end.
close
in interface Closeable
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |