Uses of Class
nonapi.io.github.classgraph.fastzipfilereader.LogicalZipFile
-
Packages that use LogicalZipFile Package Description io.github.classgraph nonapi.io.github.classgraph.fastzipfilereader -
-
Uses of LogicalZipFile in io.github.classgraph
Fields in io.github.classgraph declared as LogicalZipFile Modifier and Type Field Description (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 LogicalZipFile Modifier and Type Field Description (package private) LogicalZipFileFastZipEntry. parentLogicalZipFileThe parent logical zipfile.Fields in nonapi.io.github.classgraph.fastzipfilereader with type parameters of type LogicalZipFile Modifier and Type Field Description SingletonMap<java.lang.String,java.util.Map.Entry<LogicalZipFile,java.lang.String>,java.io.IOException>NestedJarHandler. 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.private SingletonMap<ZipFileSlice,LogicalZipFile,java.io.IOException>NestedJarHandler. zipFileSliceToLogicalZipFileMapA singleton map from aZipFileSliceto theLogicalZipFilefor that slice.Constructors in nonapi.io.github.classgraph.fastzipfilereader with parameters of type LogicalZipFile Constructor Description FastZipEntry(LogicalZipFile parentLogicalZipFile, long locHeaderPos, java.lang.String entryName, boolean isDeflated, long compressedSize, long uncompressedSize, long lastModifiedTimeMillis, int lastModifiedTimeMSDOS, int lastModifiedDateMSDOS, int fileAttributes, boolean enableMultiReleaseVersions)Constructor.
-