Uses of Class
io.github.fastclasspathscanner.utils.JarfileMetadataReader
-
Packages that use JarfileMetadataReader Package Description io.github.fastclasspathscanner.utils -
-
Uses of JarfileMetadataReader in io.github.fastclasspathscanner.utils
Methods in io.github.fastclasspathscanner.utils that return JarfileMetadataReader Modifier and Type Method Description JarfileMetadataReader
NestedJarHandler. getJarfileMetadataReader(File zipFile, String jarfilePackageRoot, LogNode log)
Get aJarfileMetadataReader
singleton for a given jarfile (so that the manifest and ZipEntries will only be read once).
-