|
CX Framework
Cross-platform C utility framework
|
Stream buffer VFS file I/O adapters. More...
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) |