org.reflections.vfs
Class ZipFile
java.lang.Object
org.reflections.vfs.ZipFile
- All Implemented Interfaces:
- Vfs.File
public class ZipFile
- extends Object
- implements Vfs.File
an implementation of Vfs.File for ZipEntry
ZipFile
public ZipFile(ZipDir root,
ZipEntry entry)
getName
public String getName()
- Specified by:
getName in interface Vfs.File
getRelativePath
public String getRelativePath()
- Specified by:
getRelativePath in interface Vfs.File
openInputStream
public InputStream openInputStream()
throws IOException
- Specified by:
openInputStream in interface Vfs.File
- Throws:
IOException
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.