org.reflections.vfs
Class JarInputFile
java.lang.Object
org.reflections.vfs.JarInputFile
- All Implemented Interfaces:
- Vfs.File
public class JarInputFile
- extends Object
- implements Vfs.File
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JarInputFile
public JarInputFile(ZipEntry entry,
JarInputDir jarInputDir,
long cursor,
long nextCursor)
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
Copyright © 2013. All Rights Reserved.