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) LogicalZipFile
ClasspathElementZip.logicalZipFile
The 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 LogicalZipFile
FastZipEntry.parentLogicalZipFile
The parent logical zipfile.Fields in nonapi.io.github.classgraph.fastzipfilereader with type parameters of type LogicalZipFileModifier and TypeFieldDescriptionNestedJarHandler.nestedPathToLogicalZipFileAndPackageRootMap
A 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.zipFileSliceToLogicalZipFileMap
A singleton map from aZipFileSlice
to theLogicalZipFile
for 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.