Uses of Class
nonapi.io.github.classgraph.fastzipfilereader.ZipFileSlice
Packages that use ZipFileSlice
-
Uses of ZipFileSlice in nonapi.io.github.classgraph.fastzipfilereader
Subclasses of ZipFileSlice in nonapi.io.github.classgraph.fastzipfilereaderModifier and TypeClassDescriptionclass
A logical zipfile, which represents a zipfile contained within a ZipFileSlice of a PhysicalZipFile.Fields in nonapi.io.github.classgraph.fastzipfilereader declared as ZipFileSliceModifier and TypeFieldDescriptionprivate final ZipFileSlice
ZipFileSlice.parentZipFileSlice
The parent slice, or null if this is the toplevel slice (the whole zipfile).Fields in nonapi.io.github.classgraph.fastzipfilereader with type parameters of type ZipFileSliceModifier and TypeFieldDescriptionprivate SingletonMap
<FastZipEntry, ZipFileSlice, IOException> NestedJarHandler.fastZipEntryToZipFileSliceMap
A singleton map from aFastZipEntry
to theZipFileSlice
wrapping 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.NestedJarHandler.zipFileSliceToLogicalZipFileMap
A singleton map from aZipFileSlice
to theLogicalZipFile
for that slice.Methods in nonapi.io.github.classgraph.fastzipfilereader that return ZipFileSliceModifier and TypeMethodDescriptionZipFileSlice.getParentZipFileSlice()
Get the parent ZipFileslice, or return null if this is a toplevel slice (i.e.Constructors in nonapi.io.github.classgraph.fastzipfilereader with parameters of type ZipFileSliceModifierConstructorDescription(package private)
LogicalZipFile
(ZipFileSlice zipFileSlice, NestedJarHandler nestedJarHandler, LogNode log, boolean enableMultiReleaseVersions) Construct a logical zipfile from a slice of a physical zipfile.(package private)
ZipFileSlice
(ZipFileSlice other) Clone constructor.