org.reflections.vfs
Class JarInputFile

java.lang.Object
  extended by org.reflections.vfs.JarInputFile
All Implemented Interfaces:
Vfs.File

public class JarInputFile
extends Object
implements Vfs.File


Constructor Summary
JarInputFile(ZipEntry entry, JarInputDir jarInputDir, long cursor, long nextCursor)
           
 
Method Summary
 String getName()
           
 String getRelativePath()
           
 InputStream openInputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarInputFile

public JarInputFile(ZipEntry entry,
                    JarInputDir jarInputDir,
                    long cursor,
                    long nextCursor)
Method Detail

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.