Class ZipOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class ZipOutputStream extends ZipOutputStream
This class extends the ZipOutputStream by providing a constructor that allows the user to specify the compression level. The default compression level is 1, as opposed to Java's default of 5.