Modifier and Type | Field and Description |
---|---|
private java.util.zip.ZipEntry |
entry |
private ZipDir |
root |
Constructor and Description |
---|
ZipFile(ZipDir root,
java.util.zip.ZipEntry entry) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.String |
getRelativePath() |
java.io.InputStream |
openInputStream() |
java.lang.String |
toString() |
private final ZipDir root
private final java.util.zip.ZipEntry entry
public ZipFile(ZipDir root, java.util.zip.ZipEntry entry)
public java.lang.String getRelativePath()
getRelativePath
in interface Vfs.File
public java.io.InputStream openInputStream() throws java.io.IOException
openInputStream
in interface Vfs.File
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object