Go to the source code of this file.
Functions | |
| static voidpf | ods_open (voidpf opaque, const char *filename, int mode) |
| static uLong | ods_read (voidpf opaque, voidpf stream, void *buf, uLong size) |
| static uLong | ods_write (voidpf opaque, voidpf stream, const void *buf, uLong size) |
| static long | ods_tell (voidpf opaque, voidpf stream) |
| static long | ods_seek (voidpf opaque, voidpf stream, uLong offset, int origin) |
| static int | ods_close (voidpf opaque, voidpf stream) |
| static int | ods_error (voidpf opaque, voidpf stream) |
Variables | |
| PentZip::zlib_filefunc_def | ODS_filefunc_templ |
| static int ods_close | ( | voidpf | opaque, | |
| voidpf | stream | |||
| ) | [static] |
Definition at line 168 of file SavegameWriter.cpp.
| static int ods_error | ( | voidpf | opaque, | |
| voidpf | stream | |||
| ) | [static] |
Definition at line 173 of file SavegameWriter.cpp.
| static voidpf ods_open | ( | voidpf | opaque, | |
| const char * | filename, | |||
| int | mode | |||
| ) | [static] |
Definition at line 120 of file SavegameWriter.cpp.
| static uLong ods_read | ( | voidpf | opaque, | |
| voidpf | stream, | |||
| void * | buf, | |||
| uLong | size | |||
| ) | [static] |
Definition at line 130 of file SavegameWriter.cpp.
| static long ods_seek | ( | voidpf | opaque, | |
| voidpf | stream, | |||
| uLong | offset, | |||
| int | origin | |||
| ) | [static] |
Definition at line 149 of file SavegameWriter.cpp.
References ODataSource::getSize(), ODataSource::seek(), and ODataSource::skip().
| static long ods_tell | ( | voidpf | opaque, | |
| voidpf | stream | |||
| ) | [static] |
| static uLong ods_write | ( | voidpf | opaque, | |
| voidpf | stream, | |||
| const void * | buf, | |||
| uLong | size | |||
| ) | [static] |
Initial value:
Definition at line 38 of file SavegameWriter.cpp.
Referenced by SavegameWriter::SavegameWriter().
1.4.7