Package org.reflections.vfs
Class ZipFile
- java.lang.Object
-
- org.reflections.vfs.ZipFile
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.String
getRelativePath()
java.io.InputStream
openInputStream()
java.lang.String
toString()
-
-
-
Field Detail
-
root
private final ZipDir root
-
entry
private final java.util.zip.ZipEntry entry
-
-
Constructor Detail
-
ZipFile
public ZipFile(ZipDir root, java.util.zip.ZipEntry entry)
-
-
Method Detail
-
getRelativePath
public java.lang.String getRelativePath()
- Specified by:
getRelativePath
in interfaceVfs.File
-
openInputStream
public java.io.InputStream openInputStream() throws java.io.IOException
- Specified by:
openInputStream
in interfaceVfs.File
- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-