Java I/O
abstract void write()
:takes an integer byte and writes a single byte.void write()
: takes a byte array and writes an array or subarray of bytes.void flush()
: forces any buffered output to be written.void close()
: closes the stream and frees up system resources.5 of 13