mz_zip_reader_is_file_encrypted function

  1. @Native<mz_bool Function(Pointer<mz_zip_archive>, mz_uint)>(ffi.Pointer<mz_zip_archive>, mz_uint)>()
int mz_zip_reader_is_file_encrypted(
  1. Pointer<mz_zip_archive> pZip,
  2. 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,
);