Defines input and output streams for reading and writing files using C's stdio functions like fopen, fread, and fwrite as a basis.
A byte input stream that reads from a file. Makes use of the underlying fopen and related C functions.
A byte output stream that writes to a file.
See Source File
Defines input and output streams for reading and writing files using C's stdio functions like fopen, fread, and fwrite as a basis.