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.
Generated using TypeDoc
This class implements a stream filter for writing compressed data in the GZIP file format.
See java.util.zip.GZIPOutputStream for full documentation