57bool sbufFSFileIn(_Pre_valid_ _Post_invalid_ StreamBuffer* sb, _Pre_valid_ _When_(close, _Post_invalid_)
FSFile* file,
104bool sbufFSFileOut(_Pre_valid_ _Post_invalid_ StreamBuffer* sb, _Pre_valid_ _When_(close, _Post_invalid_)
FSFile* file,
Low-level file I/O operations.
bool sbufFSFileCRegisterPush(StreamBuffer *sb, FSFile *file, bool close)
bool sbufFSFileOut(StreamBuffer *sb, FSFile *file, bool close)
bool sbufFSFilePRegisterPull(StreamBuffer *sb, FSFile *file, bool close)
bool sbufFSFileIn(StreamBuffer *sb, FSFile *file, bool close)
Core stream buffer implementation for efficient data streaming.