| Constructor and Description |
|---|
ZipPathNode(JarURLConnection connection) |
ZipPathNode(ZipFile file,
String entryName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
boolean |
exists() |
InputStream |
getInputStream() |
Date |
getLastModified() |
long |
getLength() |
String |
getPath() |
PathNode |
getSubPath(String requestPath) |
int |
hashCode() |
boolean |
isDirectory() |
String[] |
list() |
String[] |
list(PathNameFilter filter) |
String |
toString() |
public ZipPathNode(JarURLConnection connection) throws IOException
connection - IOExceptionpublic PathNode getSubPath(String requestPath)
getSubPath in interface PathNodePathNode.getSubPath(java.lang.String)public boolean isDirectory()
isDirectory in interface PathNodePathNode.isDirectory()public String[] list(PathNameFilter filter)
list in interface PathNodePathNode.list(org.wymiwyg.commons.util.dirbrowser.PathNameFilter)public InputStream getInputStream() throws IOException
getInputStream in interface PathNodeIOExceptionPathNode.getInputStream()public String toString()
toString in class ObjectObject.toString()public long getLength()
public String getPath()
public Date getLastModified()
getLastModified in interface PathNodeCopyright © 2014. All Rights Reserved.