CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
VFS File I/O

Modules

 VFS File Producers
 
 VFS File Consumers
 

Detailed Description

Adapters for using VFS files as stream buffer producers and consumers.

These functions provide convenient ways to read from or write to VFS files (Virtual File System) using the stream buffer abstraction, supporting both push and pull modes.

Producer (Input) Functions:

Consumer (Output) Functions:

Note: For low-level filesystem operations (FSFile), use the functions in sbfsfile.h instead.