Interface for all classes implementing writeable streams.
Flushes and finalizes the stream.
Flushes the stream and makes sure that all data is being written to the output device.
Writes an array of bytes to the stream.
See Implementation
Interface for all classes implementing writeable streams.