mz_zip_reader_file_stat function
- @Native<mz_bool Function(Pointer<
mz_zip_archive> , mz_uint, Pointer<mz_zip_archive_file_stat> )>(ffi.Pointer<mz_zip_archive>, mz_uint, ffi.Pointer<mz_zip_archive_file_stat>)>()
- Pointer<
mz_zip_archive> pZip, - int file_index,
- Pointer<
mz_zip_archive_file_stat> pStat
Returns detailed information about an archive file entry.
Implementation
@ffi.Native<
mz_bool Function(
ffi.Pointer<mz_zip_archive>,
mz_uint,
ffi.Pointer<mz_zip_archive_file_stat>,
)
>()
external int mz_zip_reader_file_stat(
ffi.Pointer<mz_zip_archive> pZip,
int file_index,
ffi.Pointer<mz_zip_archive_file_stat> pStat,
);