Uses of Class
nonapi.io.github.classgraph.fastzipfilereader.PhysicalZipFile
Packages that use PhysicalZipFile
-
Uses of PhysicalZipFile in nonapi.io.github.classgraph.fastzipfilereader
Fields in nonapi.io.github.classgraph.fastzipfilereader declared as PhysicalZipFileModifier and TypeFieldDescriptionprotected final PhysicalZipFile
ZipFileSlice.physicalZipFile
The underlying physical zipfile.Fields in nonapi.io.github.classgraph.fastzipfilereader with type parameters of type PhysicalZipFileModifier and TypeFieldDescriptionprivate SingletonMap
<File, PhysicalZipFile, IOException> NestedJarHandler.canonicalFileToPhysicalZipFileMap
A singleton map from a zipfile'sFile
to thePhysicalZipFile
for that file, used to ensure that theRandomAccessFile
andFileChannel
for any given zipfile is opened only once.Methods in nonapi.io.github.classgraph.fastzipfilereader that return PhysicalZipFileModifier and TypeMethodDescriptionprivate PhysicalZipFile
NestedJarHandler.downloadJarFromURL
(String jarURL, LogNode log) Download a jar from a URL to a temporary file, or to a ByteBuffer if the temporary directory is not writeable or full.Constructors in nonapi.io.github.classgraph.fastzipfilereader with parameters of type PhysicalZipFileModifierConstructorDescription(package private)
ZipFileSlice
(PhysicalZipFile physicalZipFile) Create a ZipFileSlice that wraps a toplevelPhysicalZipFile
.(package private)
ZipFileSlice
(PhysicalZipFile physicalZipFile, FastZipEntry zipEntry) Create a ZipFileSlice that wraps aPhysicalZipFile
that was extracted or inflated from a nested jar to memory or disk.