public class ZipIndexEntry extends Object
| Constructor and Description |
|---|
ZipIndexEntry(String location,
String parentPath,
String path,
BigInteger checksum,
long entrySize,
long compressedSize,
long entryCrc,
byte[] data,
ZipIndex zipIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigInteger |
getChecksum() |
long |
getCompressedSize() |
long |
getCrc() |
InputStream |
getDataStream() |
String |
getFullyQualifiedPath() |
String |
getLocation() |
String |
getPath() |
String |
getPathPrefix() |
long |
getSize() |
ZipIndex |
getZipIndex() |
int |
hashCode() |
boolean |
isFile() |
boolean |
isFolder() |
String |
toString() |
public ZipIndexEntry(String location, String parentPath, String path, BigInteger checksum, long entrySize, long compressedSize, long entryCrc, byte[] data, ZipIndex zipIndex)
public InputStream getDataStream()
public BigInteger getChecksum()
public String getFullyQualifiedPath()
public String getPath()
public ZipIndex getZipIndex()
public long getSize()
public long getCrc()
public boolean isFolder()
public boolean isFile()
public String getLocation()
public String getPathPrefix()
public long getCompressedSize()
Copyright © 2020. All rights reserved.