25#ifndef QB_IO_TRANSPORT_FILE_H
26#define QB_IO_TRANSPORT_FILE_H
28#include "../system/file.h"
30namespace qb::io::transport {
Combined input/output stream template class.
Definition stream.h:303
File transport providing stream-based access to local files.
Definition file.h:42
int write()
Write data to the file.
Definition file.h:52
Core stream abstraction classes for the QB IO library.