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 StringgetName()StringgetRelativePath()InputStreamopenInputStream()StringtoString()
-
-
-
Method Detail
-
getRelativePath
public String getRelativePath()
- Specified by:
getRelativePathin interfaceVfs.File
-
openInputStream
public InputStream openInputStream() throws IOException
- Specified by:
openInputStreamin interfaceVfs.File- Throws:
IOException
-
-