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 classDiskBasedCenZipFactoryOverridesZipFactory.createZipArchive(String)to return a customZipWriterwhich conserves memory by storing the metadata of its ZIP entries (needed to write CEN, the ZIP central directory) in a temporary file.classMemoryConservativeZipFactoryOverridesZipFactory.createZipArchive(String)to return a customZipWriterwhich 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 BigFileZipFactoryBigFileZipFactory. newInstance(boolean autoCreateDirectories, boolean rewriteExistingFiles)Creates a new dynamic ZIP factory.static BigFileZipFactoryBigFileZipFactory. newSharedInstance(boolean autoCreateDirectories, boolean rewriteExistingFiles)Creates a shared dynamic ZIP factory.
-