Uses of Class
nonapi.io.github.classgraph.fastzipfilereader.FastZipEntry
Packages that use FastZipEntry
-
Uses of FastZipEntry in io.github.classgraph
Methods in io.github.classgraph with parameters of type FastZipEntryModifier and TypeMethodDescriptionprivate ResourceClasspathElementZip.newResource(FastZipEntry zipEntry, String pathRelativeToPackageRoot) Create a newResourceobject for a resource or classfile discovered while scanning paths. -
Uses of FastZipEntry in nonapi.io.github.classgraph.fastzipfilereader
Fields in nonapi.io.github.classgraph.fastzipfilereader with type parameters of type FastZipEntryModifier and TypeFieldDescriptionLogicalZipFile.entriesThe zipfile entries.private SingletonMap<FastZipEntry, ZipFileSlice, IOException> NestedJarHandler.fastZipEntryToZipFileSliceMapA singleton map from aFastZipEntryto theZipFileSlicewrapping either the zip entry data, if the entry is stored, or a ByteBuffer, if the zip entry was inflated to memory, or a physical file on disk if the zip entry was inflated to a temporary file.Methods in nonapi.io.github.classgraph.fastzipfilereader with parameters of type FastZipEntryModifier and TypeMethodDescriptionintFastZipEntry.compareTo(FastZipEntry o) Sort in decreasing order of version number, then lexicographically increasing order of unversioned entry path.private voidLogicalZipFile.parseManifest(FastZipEntry manifestZipEntry, LogNode log) Parse the manifest entry of a zipfile.Constructors in nonapi.io.github.classgraph.fastzipfilereader with parameters of type FastZipEntryModifierConstructorDescription(package private)ZipFileSlice(FastZipEntry zipEntry) Create a ZipFileSlice that wraps a single stored (not deflated)FastZipEntry.(package private)ZipFileSlice(PhysicalZipFile physicalZipFile, FastZipEntry zipEntry) Create a ZipFileSlice that wraps aPhysicalZipFilethat was extracted or inflated from a nested jar to memory or disk.