Package org.reflections.vfs
Class JarInputFile
java.lang.Object
org.reflections.vfs.JarInputFile
- All Implemented Interfaces:
Vfs.File
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final long
private final ZipEntry
private final long
private final JarInputDir
-
Constructor Summary
ConstructorsConstructorDescriptionJarInputFile
(ZipEntry entry, JarInputDir jarInputDir, long cursor, long nextCursor) -
Method Summary
-
Field Details
-
entry
-
jarInputDir
-
fromIndex
private final long fromIndex -
endIndex
private final long endIndex
-
-
Constructor Details
-
JarInputFile
-
-
Method Details
-
getName
-
getRelativePath
- Specified by:
getRelativePath
in interfaceVfs.File
-
openInputStream
- Specified by:
openInputStream
in interfaceVfs.File
-