public class ZipIndex extends Object
| Constructor and Description |
|---|
ZipIndex(String path,
BigInteger checksum,
Map<String,ZipIndexEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ZipIndexEntry> |
entries() |
BigInteger |
getChecksum() |
List<ZipIndexEntry> |
getEntriesByChecksum(BigInteger checksum) |
ZipIndexEntry |
getEntryByPath(String path) |
String |
getPath() |
boolean |
hasEntryWithPath(String path) |
public ZipIndex(String path, BigInteger checksum, Map<String,ZipIndexEntry> entries)
public boolean hasEntryWithPath(String path)
public BigInteger getChecksum()
public Iterable<ZipIndexEntry> entries()
public String getPath()
public ZipIndexEntry getEntryByPath(String path)
public List<ZipIndexEntry> getEntriesByChecksum(BigInteger checksum)
Copyright © 2020. All rights reserved.