Closes this output stream and releases any system resources associated with this 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 abstract class is the superclass of all classes representing an output stream of bytes. An output stream accepts output bytes and sends them to some sink.
See java.io.OutputStream for full documentation