Package org.reflections.vfs
Class ZipDir
- java.lang.Object
-
- org.reflections.vfs.ZipDir
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.zip.ZipFile
jarFile
-
Constructor Summary
Constructors Constructor Description ZipDir(java.util.jar.JarFile jarFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
java.lang.Iterable<Vfs.File>
getFiles()
java.lang.String
getPath()
java.lang.String
toString()
-