mz_zip_reader_end function

  1. @Native<mz_bool Function(Pointer<mz_zip_archive>)>(ffi.Pointer<mz_zip_archive>)>()
int mz_zip_reader_end(
  1. Pointer<mz_zip_archive> pZip
)

Ends archive reading, freeing all allocations, and closing the input archive file if mz_zip_reader_init_file() was used.

Implementation

@ffi.Native<mz_bool Function(ffi.Pointer<mz_zip_archive>)>()
external int mz_zip_reader_end(ffi.Pointer<mz_zip_archive> pZip);