|
OpenCPN Partial API docs
|
#include "zu_file.h"Go to the source code of this file.
Functions | |
| int | zu_can_read_file (const char *fname) |
| ZUFILE * | zu_open (const char *fname, const char *mode, int type) |
| int | zu_read (ZUFILE *f, void *buf, long len) |
| int | zu_close (ZUFILE *f) |
| long | zu_tell (ZUFILE *f) |
| long | zu_filesize (ZUFILE *f) |
| int | zu_seek (ZUFILE *f, long offset, int whence) |
| int | zu_bzSeekForward (ZUFILE *f, unsigned long nbytes_) |
| void | zu_rewind (ZUFILE *f) |
Definition in file zu_file.cpp.
| int zu_bzSeekForward | ( | ZUFILE * | f, |
| unsigned long | nbytes_ | ||
| ) |
Definition at line 221 of file zu_file.cpp.
| int zu_can_read_file | ( | const char * | fname | ) |
Definition at line 28 of file zu_file.cpp.
| int zu_close | ( | ZUFILE * | f | ) |
Definition at line 131 of file zu_file.cpp.
| long zu_filesize | ( | ZUFILE * | f | ) |
Definition at line 162 of file zu_file.cpp.
| ZUFILE * zu_open | ( | const char * | fname, |
| const char * | mode, | ||
| int | type | ||
| ) |
Definition at line 40 of file zu_file.cpp.
| int zu_read | ( | ZUFILE * | f, |
| void * | buf, | ||
| long | len | ||
| ) |
Definition at line 112 of file zu_file.cpp.
| void zu_rewind | ( | ZUFILE * | f | ) |
Definition at line 244 of file zu_file.cpp.
| int zu_seek | ( | ZUFILE * | f, |
| long | offset, | ||
| int | whence | ||
| ) |
Definition at line 174 of file zu_file.cpp.
| long zu_tell | ( | ZUFILE * | f | ) |
Definition at line 159 of file zu_file.cpp.