Closes the ZIP output stream as well as the stream being filtered.
Closes the current ZIP entry and positions the stream for writing the next entry.
Finishes writing the contents of the ZIP output stream without closing the underlying stream.
Flushes this output stream and forces any buffered output bytes to be written out.
Begins writing a new ZIP file entry and positions the stream to the start of the entry data.
Sets the ZIP file comment.
Sets the compression level for subsequent entries which are DEFLATED.
Sets the default compression method for subsequent entries.
Writes b.length bytes from the specified byte array to this output stream.
Writes len bytes from the specified byte array starting at offset off to this output stream.
Writes the specified byte to this output stream.
Static
nullReturns a new OutputStream which discards all bytes.
This class implements an output stream filter for writing files in the ZIP file format. Includes support for both compressed and uncompressed entries.
See java.util.zip.ZipOutputStream for full documentation