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.StringgetName()java.lang.StringgetRelativePath()java.io.InputStreamopenInputStream()java.lang.StringtoString()
-
-
-
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:
getRelativePathin interfaceVfs.File
-
openInputStream
public java.io.InputStream openInputStream() throws java.io.IOException- Specified by:
openInputStreamin interfaceVfs.File- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-