Interface OutputStream
Interface for all classes implementing writeable streams.
interface OutputStream
;
Methods
Name | Description |
---|---|
finalize
()
|
Flushes and finalizes the stream. |
flush
()
|
Flushes the stream and makes sure that all data is being written to the output device. |
write
(bytes, mode)
|
Writes an array of bytes to the stream. |