Closes this output stream and releases any system resources associated with this stream.
Finishes writing compressed data to the output stream without closing the underlying stream.
Flushes this output stream and forces any buffered output bytes to be written out.
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 a stream filter for writing compressed data in the GZIP file format.
See java.util.zip.GZIPOutputStream for full documentation