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 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