| Package | Description |
|---|---|
| com.github.cbuschka.zipdiff.diff | |
| com.github.cbuschka.zipdiff.index |
| Modifier and Type | Method and Description |
|---|---|
ZipIndex |
ZipIndexDiff.getIndexA() |
ZipIndex |
ZipIndexDiff.getIndexB() |
| Modifier and Type | Method and Description |
|---|---|
ZipIndexDiff |
ZipIndexDiffer.diff(ZipIndex a,
ZipIndex b) |
| Constructor and Description |
|---|
ZipIndexDiff(ZipIndex a,
ZipIndex b) |
| Modifier and Type | Method and Description |
|---|---|
ZipIndex |
ZipIndexEntry.getZipIndex() |
ZipIndex |
ZipIndexReader.read() |
| Constructor and Description |
|---|
ZipIndexEntry(String location,
String parentPath,
String path,
BigInteger checksum,
long entrySize,
long compressedSize,
long entryCrc,
byte[] data,
ZipIndex zipIndex) |
Copyright © 2020. All rights reserved.