mz_zip_reader_get_num_files function
- @Native<mz_uint Function(Pointer<
mz_zip_archive> )>(ffi.Pointer<mz_zip_archive>)>()
- Pointer<
mz_zip_archive> pZip
Returns the total number of files in the archive.
Implementation
@ffi.Native<mz_uint Function(ffi.Pointer<mz_zip_archive>)>()
external int mz_zip_reader_get_num_files(ffi.Pointer<mz_zip_archive> pZip);