#include <ioapi.h>
Public Attributes | |
open_file_func | zopen_file |
read_file_func | zread_file |
write_file_func | zwrite_file |
tell_file_func | ztell_file |
seek_file_func | zseek_file |
close_file_func | zclose_file |
testerror_file_func | zerror_file |
voidpf | opaque |
Definition at line 45 of file ioapi.h.
Definition at line 54 of file ioapi.h.
Referenced by PentZip::fill_fopen_filefunc(), ZipFile::isZipFile(), SavegameWriter::SavegameWriter(), PentZip::unzOpen2(), ZipFile::ZipFile(), and PentZip::zipOpen2().
close_file_func PentZip::zlib_filefunc_def_s::zclose_file |
testerror_file_func PentZip::zlib_filefunc_def_s::zerror_file |
open_file_func PentZip::zlib_filefunc_def_s::zopen_file |
Definition at line 47 of file ioapi.h.
Referenced by PentZip::fill_fopen_filefunc(), PentZip::unzOpen2(), and PentZip::zipOpen2().
read_file_func PentZip::zlib_filefunc_def_s::zread_file |
seek_file_func PentZip::zlib_filefunc_def_s::zseek_file |
tell_file_func PentZip::zlib_filefunc_def_s::ztell_file |
write_file_func PentZip::zlib_filefunc_def_s::zwrite_file |