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 JarfileMetadataReaderNestedJarHandler. getJarfileMetadataReader(File zipFile, String jarfilePackageRoot, LogNode log)Get aJarfileMetadataReadersingleton for a given jarfile (so that the manifest and ZipEntries will only be read once).
-