Go to the source code of this file.
Functions | |
int | rfio_fclose (FILE *fd) |
int | rfio_feof (FILE *fp) |
FILE * | rfio_fopen (char *path, char *mode) |
int | rfio_fread (void *, size_t, size_t, void *) |
int | rfio_fseek (FILE *fp, long offset, int whence) |
long | rfio_ftell (FILE *fp) |
Definition in file RawFile.cc.
int rfio_fclose | ( | FILE * | fd | ) |
Referenced by RawFile::close().
int rfio_feof | ( | FILE * | fp | ) |
Referenced by RawFile::eof().
FILE* rfio_fopen | ( | char * | path, |
char * | mode | ||
) |
Referenced by RawFile::open().
int rfio_fread | ( | void * | , |
size_t | , | ||
size_t | , | ||
void * | |||
) |
Referenced by RawFile::read().
int rfio_fseek | ( | FILE * | fp, |
long | offset, | ||
int | whence | ||
) |
Referenced by RawFile::seek().
long rfio_ftell | ( | FILE * | fp | ) |
Referenced by RawFile::tell().