List of all members.
Public Member Functions |
bool | fs_isOpen () |
void | sf_open (const char *path, bool readonly, bool create) |
void | sf_close () |
size_t | sf_pread (void *data, size_t size, off64_t offset) |
void | sf_pwrite (const void *data, size_t size, off64_t offset) |
off64_t | sf_getEOF () |
void | sf_setEOF (off64_t offset) |
void | sf_sync () |
void | sf_lock (bool shared) |
void | sf_unlock () |
Static Public Member Functions |
static bool | isDirNotFound (CSException *e) |
static bool | isFileNotFound (CSException *e) |
static bool | isDirExists (CSException *e) |
Private Attributes |
CSString * | sf_path |
int | sf_fh |
Detailed Description
Definition at line 77 of file CSSys.h.
The documentation for this class was generated from the following files: