mz_zip_writer_set_compress_method method

void mz_zip_writer_set_compress_method(
  1. Pointer<Void> handle,
  2. int compress_method
)

Implementation

void mz_zip_writer_set_compress_method(
  ffi.Pointer<ffi.Void> handle,
  int compress_method,
) {
  return _mz_zip_writer_set_compress_method(
    handle,
    compress_method,
  );
}