Package jetbrains.buildServer.zip
-
Interface Summary Interface Description ZipFactory A simple factory forZipWriter
and ZipReader.ZipReader Readin files from an archive file.ZipWriter Common archive-file writer. -
Class Summary Class Description AbstractZipReader AbstractZipWriter AbstractZipWriter
which adds a sane implementation ofAbstractZipWriter.createTextFile(String, Charset, long)
.BigFileZipFactory Regular zip factory.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.FileZipFactory Regular zip factory.MemoryConservativeZipFactory OverridesZipFactory.createZipArchive(String)
to return a customZipWriter
which conserves memory by reducing the managed overhead as much as possible.ZipArchiveBuilder ZipExtractor ZipOutputStream An output stream filter for writing files in the ZIP file format. -
Enum Summary Enum Description Platform The original platform that created the given ZIP archive.