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) 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 LogicalZipFile Modifier and Type Field Description (package private) LogicalZipFile
FastZipEntry. parentLogicalZipFile
The 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. 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.private SingletonMap<ZipFileSlice,LogicalZipFile,java.io.IOException>
NestedJarHandler. zipFileSliceToLogicalZipFileMap
A singleton map from aZipFileSlice
to theLogicalZipFile
for 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.
-