CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
sbfsfile.h File Reference

Stream buffer low-level filesystem file I/O adapters. More...

#include <cx/fs/file.h>
#include <cx/serialize/streambuf.h>

Go to the source code of this file.

Functions

bool sbufFSFileIn (StreamBuffer *sb, FSFile *file, bool close)
 
bool sbufFSFilePRegisterPull (StreamBuffer *sb, FSFile *file, bool close)
 
bool sbufFSFileOut (StreamBuffer *sb, FSFile *file, bool close)
 
bool sbufFSFileCRegisterPush (StreamBuffer *sb, FSFile *file, bool close)
 

Detailed Description

Stream buffer low-level filesystem file I/O adapters.

Definition in file sbfsfile.h.