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 PhysicalZipFile
ZipFileSlice. physicalZipFile
The 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. 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 PhysicalZipFile Modifier and Type Method Description private PhysicalZipFile
NestedJarHandler. 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 aPhysicalZipFile
that was extracted or inflated from a nested jar to memory or disk.
-