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

Stream buffer VFS file I/O adapters. More...

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

Go to the source code of this file.

Functions

bool sbufFileIn (StreamBuffer *sb, VFSFile *file, bool close)
 
bool sbufFilePRegisterPull (StreamBuffer *sb, VFSFile *file, bool close)
 
bool sbufFileOut (StreamBuffer *sb, VFSFile *file, bool close)
 
bool sbufFileCRegisterPush (StreamBuffer *sb, VFSFile *file, bool close)
 

Detailed Description

Stream buffer VFS file I/O adapters.

Definition in file sbfile.h.