Constructs an output stream to write to the given file pointer.
The file pointer. It should not be null, and it should refer to a file opened by fopen in wb mode.
See Implementation
Constructs an output stream to write to the given file pointer.