Uses of Class
jetbrains.buildServer.zip.BigFileZipFactory
-
Packages that use BigFileZipFactory Package Description jetbrains.buildServer.zip -
-
Uses of BigFileZipFactory in jetbrains.buildServer.zip
Subclasses of BigFileZipFactory in jetbrains.buildServer.zip Modifier and Type Class Description class
DiskBasedCenZipFactory
OverridesZipFactory.createZipArchive(String)
to return a customZipWriter
which conserves memory by storing the metadata of its ZIP entries (needed to write CEN, the ZIP central directory) in a temporary file.class
MemoryConservativeZipFactory
OverridesZipFactory.createZipArchive(String)
to return a customZipWriter
which conserves memory by reducing the managed overhead as much as possible.Methods in jetbrains.buildServer.zip that return BigFileZipFactory Modifier and Type Method Description static BigFileZipFactory
BigFileZipFactory. newInstance(boolean autoCreateDirectories, boolean rewriteExistingFiles)
Creates a new dynamic ZIP factory.static BigFileZipFactory
BigFileZipFactory. newSharedInstance(boolean autoCreateDirectories, boolean rewriteExistingFiles)
Creates a shared dynamic ZIP factory.
-