Uses of Class
nonapi.io.github.classgraph.fastzipfilereader.PhysicalZipFile
-
Packages that use PhysicalZipFile Package Description nonapi.io.github.classgraph.fastzipfilereader -
-
Uses of PhysicalZipFile in nonapi.io.github.classgraph.fastzipfilereader
Fields in nonapi.io.github.classgraph.fastzipfilereader declared as PhysicalZipFile Modifier and Type Field Description protected PhysicalZipFileZipFileSlice. physicalZipFileThe underlying physical zipfile.Fields in nonapi.io.github.classgraph.fastzipfilereader with type parameters of type PhysicalZipFile Modifier and Type Field Description private SingletonMap<java.io.File,PhysicalZipFile,java.io.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 PhysicalZipFile Modifier and Type Method Description private PhysicalZipFileNestedJarHandler. downloadJarFromURL(java.lang.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 PhysicalZipFile Constructor Description ZipFileSlice(PhysicalZipFile physicalZipFile)Create a ZipFileSlice that wraps a toplevelPhysicalZipFile.ZipFileSlice(PhysicalZipFile physicalZipFile, FastZipEntry zipEntry)Create a ZipFileSlice that wraps aPhysicalZipFilethat was extracted or inflated from a nested jar to memory or disk.
-