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 PhysicalZipFileZipFileSlice.physicalZipFileThe underlying physical zipfile.Fields in nonapi.io.github.classgraph.fastzipfilereader with type parameters of type PhysicalZipFileModifier and TypeFieldDescriptionprivate SingletonMap<File, PhysicalZipFile, IOException> NestedJarHandler.canonicalFileToPhysicalZipFileMapA singleton map from a zipfile'sFileto thePhysicalZipFilefor that file, used to ensure that theRandomAccessFileandFileChannelfor any given zipfile is opened only once.Methods in nonapi.io.github.classgraph.fastzipfilereader that return PhysicalZipFileModifier and TypeMethodDescriptionprivate PhysicalZipFileNestedJarHandler.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 aPhysicalZipFilethat was extracted or inflated from a nested jar to memory or disk.