A byte output stream that writes to a file.
Constructs an output stream to write to the given file pointer.
Constructs an output stream to write to the given file.
Closes the file.
Flushes the file to the disk.
Writes up to buffer.length bytes to the file.
See Implementation
A byte output stream that writes to a file.