mz_zip_reader_is_file_encrypted function
- @Native<mz_bool Function(Pointer<
mz_zip_archive> , mz_uint)>(ffi.Pointer<mz_zip_archive>, mz_uint)>()
- Pointer<
mz_zip_archive> pZip, - int file_index
MZ_TRUE if the file is encrypted/strong encrypted.
Implementation
@ffi.Native<mz_bool Function(ffi.Pointer<mz_zip_archive>, mz_uint)>()
external int mz_zip_reader_is_file_encrypted(
ffi.Pointer<mz_zip_archive> pZip,
int file_index,
);