group
group__libshare__fsbin
Provides a Binary Inode which encapsulates auxiliary data.

Binary Data Encapsulation

function
int shfs_bin_read_of
(shfs_ino_t *file, shbuf_t *buff, off_t of, size_t size)
Read binary segment from a file.
function
int shfs_bin_read
(shfs_ino_t *file, shbuf_t *buff)
Read binary content from a file.
function
int shfs_bin_write
(shfs_ino_t *file, shbuf_t *buff)
Write binary content to a file.