public class ZipEntryKey extends Object implements Serializable
Constructor and Description |
---|
ZipEntryKey(ResourceData zipFile,
String entryName) |
ZipEntryKey(ResourceManager manager,
File zipFile,
String entryName) |
ZipEntryKey(ResourceManager manager,
String zipFile,
String entryName) |
ZipEntryKey(ResourceManager manager,
URL zipFile,
String entryName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getEntryName() |
ResourceData |
getZipFile() |
int |
hashCode() |
public ZipEntryKey(ResourceData zipFile, String entryName)
public ZipEntryKey(ResourceManager manager, String zipFile, String entryName) throws ResourceKeyCreationException, ResourceLoadingException
public ZipEntryKey(ResourceManager manager, URL zipFile, String entryName) throws ResourceKeyCreationException, ResourceLoadingException
public ZipEntryKey(ResourceManager manager, File zipFile, String entryName) throws ResourceKeyCreationException, ResourceLoadingException