public class ZipIndexDiffEntry extends Object
| Constructor and Description |
|---|
ZipIndexDiffEntry(ZipIndexDiffEntryType type,
ZipIndexEntry zipIndexEntry,
ZipIndexEntry otherZipIndexEntry) |
| Modifier and Type | Method and Description |
|---|---|
ZipIndexEntry |
getOtherZipIndexEntry() |
ZipIndexDiffEntryType |
getType() |
ZipIndexEntry |
getZipIndexEntry() |
public ZipIndexDiffEntry(ZipIndexDiffEntryType type, ZipIndexEntry zipIndexEntry, ZipIndexEntry otherZipIndexEntry)
public ZipIndexEntry getZipIndexEntry()
public ZipIndexDiffEntryType getType()
public ZipIndexEntry getOtherZipIndexEntry()
Copyright © 2020. All rights reserved.