Package org.reflections.vfs
Class JarInputFile
- java.lang.Object
-
- org.reflections.vfs.JarInputFile
-
-
Field Summary
Fields Modifier and Type Field Description private long
endIndex
private java.util.zip.ZipEntry
entry
private long
fromIndex
private JarInputDir
jarInputDir
-
Constructor Summary
Constructors Constructor Description JarInputFile(java.util.zip.ZipEntry entry, JarInputDir jarInputDir, long cursor, long nextCursor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.String
getRelativePath()
java.io.InputStream
openInputStream()
-
-
-
Field Detail
-
entry
private final java.util.zip.ZipEntry entry
-
jarInputDir
private final JarInputDir jarInputDir
-
fromIndex
private final long fromIndex
-
endIndex
private final long endIndex
-
-
Constructor Detail
-
JarInputFile
public JarInputFile(java.util.zip.ZipEntry entry, JarInputDir jarInputDir, long cursor, long nextCursor)
-
-
Method Detail
-
getRelativePath
public java.lang.String getRelativePath()
- Specified by:
getRelativePath
in interfaceVfs.File
-
openInputStream
public java.io.InputStream openInputStream() throws java.io.IOException
- Specified by:
openInputStream
in interfaceVfs.File
- Throws:
java.io.IOException
-
-