public static class CachedPackUriProvider.PackInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
hash |
private long |
size |
private java.lang.String |
uri |
Constructor and Description |
---|
PackInfo(java.lang.String hash,
java.lang.String uri,
long size)
Constructs an object containing information about a packfile.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHash() |
long |
getSize() |
java.lang.String |
getUri() |
private final java.lang.String hash
private final java.lang.String uri
private final long size
public PackInfo(java.lang.String hash, java.lang.String uri, long size)
hash
- the hash of the packfile as a hexadecimal stringuri
- the URI corresponding to the packfilesize
- the size of the packfile in bytes