streams.types.file

Defines input and output streams for reading and writing files using C's stdio functions like fopen, fread, and fwrite as a basis.

Members

Structs

FileInputStream
struct FileInputStream

A byte input stream that reads from a file. Makes use of the underlying fopen and related C functions.

FileOutputStream
struct FileOutputStream

A byte output stream that writes to a file.

Meta