|
TrueUpdate Core 0.1.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.java.trueupdate.core.zip.diff.ZipDiff
@NotThreadSafe public abstract class ZipDiff
Compares two ZIP files entry by entry.
| Nested Class Summary | |
|---|---|
static class |
ZipDiff.Builder
A builder for a ZIP diff. |
| Constructor Summary | |
|---|---|
ZipDiff()
|
|
| Method Summary | |
|---|---|
static ZipDiff.Builder |
builder()
Returns a new builder for a ZIP diff. |
DiffModel |
computeDiffModel()
Computes a ZIP diff model from the two ZIP files. |
void |
writePatchZipTo(Sink patchZip)
Writes a patch ZIP file to the given sink. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZipDiff()
| Method Detail |
|---|
public static ZipDiff.Builder builder()
public DiffModel computeDiffModel()
throws IOException
IOException
public void writePatchZipTo(Sink patchZip)
throws IOException
patchZip - the sink for writing the patch ZIP file.
IOException
|
TrueUpdate Core 0.1.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||