Uses of Class
nonapi.io.github.classgraph.fastzipfilereader.LogicalZipFile
Packages that use LogicalZipFile
-
Uses of LogicalZipFile in io.github.classgraph
Fields in io.github.classgraph declared as LogicalZipFileModifier and TypeFieldDescription(package private) LogicalZipFileClasspathElementZip.logicalZipFileThe logical zipfile for this classpath element. -
Uses of LogicalZipFile in nonapi.io.github.classgraph.fastzipfilereader
Fields in nonapi.io.github.classgraph.fastzipfilereader declared as LogicalZipFileModifier and TypeFieldDescription(package private) final LogicalZipFileFastZipEntry.parentLogicalZipFileThe parent logical zipfile.Fields in nonapi.io.github.classgraph.fastzipfilereader with type parameters of type LogicalZipFileModifier and TypeFieldDescriptionNestedJarHandler.nestedPathToLogicalZipFileAndPackageRootMapA singleton map from nested jarfile path to a tuple of the logical zipfile for the path, and the package root within the logical zipfile.NestedJarHandler.zipFileSliceToLogicalZipFileMapA singleton map from aZipFileSliceto theLogicalZipFilefor that slice.Constructors in nonapi.io.github.classgraph.fastzipfilereader with parameters of type LogicalZipFileModifierConstructorDescription(package private)FastZipEntry(LogicalZipFile parentLogicalZipFile, long locHeaderPos, String entryName, boolean isDeflated, long compressedSize, long uncompressedSize, long lastModifiedTimeMillis, int lastModifiedTimeMSDOS, int lastModifiedDateMSDOS, int fileAttributes, boolean enableMultiReleaseVersions) Constructor.