Minizip class

FFI bindings for zlib-ng/minizip-ng made using dart-lang/ffigen and trivial trick.

Constructors

Minizip(DynamicLibrary dynamicLibrary)
The symbols are looked up in dynamicLibrary.
Minizip.fromLookup(Pointer<T> lookup<T extends NativeType>(String symbolName))
The symbols are looked up with lookup.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

mz_crypt_aes_create(Pointer<Pointer<Void>> handle) Pointer<Void>
mz_crypt_aes_decrypt(Pointer<Void> handle, Pointer<Uint8> buf, int size) int
mz_crypt_aes_delete(Pointer<Pointer<Void>> handle) → void
mz_crypt_aes_encrypt(Pointer<Void> handle, Pointer<Uint8> buf, int size) int
mz_crypt_aes_reset(Pointer<Void> handle) → void
mz_crypt_aes_set_decrypt_key(Pointer<Void> handle, Pointer<Void> key, int key_length) int
mz_crypt_aes_set_encrypt_key(Pointer<Void> handle, Pointer<Void> key, int key_length) int
mz_crypt_aes_set_mode(Pointer<Void> handle, int mode) → void
mz_crypt_crc32_update(int value, Pointer<Uint8> buf, int size) int
/
mz_crypt_hmac_copy(Pointer<Void> src_handle, Pointer<Void> target_handle) int
mz_crypt_hmac_create(Pointer<Pointer<Void>> handle) Pointer<Void>
mz_crypt_hmac_delete(Pointer<Pointer<Void>> handle) → void
mz_crypt_hmac_end(Pointer<Void> handle, Pointer<Uint8> digest, int digest_size) int
mz_crypt_hmac_init(Pointer<Void> handle, Pointer<Void> key, int key_length) int
mz_crypt_hmac_reset(Pointer<Void> handle) → void
mz_crypt_hmac_set_algorithm(Pointer<Void> handle, int algorithm) → void
mz_crypt_hmac_update(Pointer<Void> handle, Pointer<Void> buf, int size) int
mz_crypt_pbkdf2(Pointer<Uint8> password, int password_length, Pointer<Uint8> salt, int salt_length, int iteration_count, Pointer<Uint8> key, int key_length) int
mz_crypt_rand(Pointer<Uint8> buf, int size) int
/
mz_crypt_sha_begin(Pointer<Void> handle) int
mz_crypt_sha_create(Pointer<Pointer<Void>> handle) Pointer<Void>
mz_crypt_sha_delete(Pointer<Pointer<Void>> handle) → void
mz_crypt_sha_end(Pointer<Void> handle, Pointer<Uint8> digest, int digest_size) int
mz_crypt_sha_reset(Pointer<Void> handle) → void
mz_crypt_sha_set_algorithm(Pointer<Void> handle, int algorithm) → void
mz_crypt_sha_update(Pointer<Void> handle, Pointer<Void> buf, int size) int
mz_crypt_sign(Pointer<Uint8> message, int message_size, Pointer<Uint8> cert_data, int cert_data_size, Pointer<Int8> cert_pwd, Pointer<Pointer<Uint8>> signature, Pointer<Int32> signature_size) int
mz_crypt_sign_verify(Pointer<Uint8> message, int message_size, Pointer<Uint8> signature, int signature_size) int
mz_dir_make(Pointer<Int8> path) int
mz_file_get_crc(Pointer<Int8> path, Pointer<Uint32> result_crc) int
mz_os_close_dir(Pointer<DIR> dir) int
mz_os_file_exists(Pointer<Int8> path) int
mz_os_get_file_attribs(Pointer<Int8> path, Pointer<Uint32> attributes) int
mz_os_get_file_date(Pointer<Int8> path, Pointer<time_t> modified_date, Pointer<time_t> accessed_date, Pointer<time_t> creation_date) int
mz_os_get_file_size(Pointer<Int8> path) int
mz_os_is_dir(Pointer<Int8> path) int
mz_os_make_dir(Pointer<Int8> path) int
mz_os_ms_time() int
mz_os_open_dir(Pointer<Int8> path) Pointer<DIR>
mz_os_rand(Pointer<Uint8> buf, int size) int
mz_os_read_dir(Pointer<DIR> dir) Pointer<dirent>
mz_os_rename(Pointer<Int8> source_path, Pointer<Int8> target_path) int
mz_os_set_file_attribs(Pointer<Int8> path, int attributes) int
mz_os_set_file_date(Pointer<Int8> path, int modified_date, int accessed_date, int creation_date) int
mz_os_unicode_string_create(Pointer<Int8> string, int encoding) Pointer<wchar_t>
/
mz_os_unicode_string_delete(Pointer<Pointer<wchar_t>> string) → void
mz_os_utf8_string_create(Pointer<Int8> string, int encoding) Pointer<Uint8>
mz_os_utf8_string_delete(Pointer<Pointer<Uint8>> string) → void
mz_path_append_slash(Pointer<Int8> path, int max_path, int slash) int
mz_path_combine(Pointer<Int8> path, Pointer<Int8> join, int max_path) int
/
mz_path_compare_wc(Pointer<Int8> path, Pointer<Int8> wildcard, int ignore_case) int
mz_path_convert_slashes(Pointer<Int8> path, int slash) int
mz_path_get_filename(Pointer<Int8> path, Pointer<Pointer<Int8>> filename) int
mz_path_has_slash(Pointer<Int8> path) int
mz_path_remove_extension(Pointer<Int8> path) int
mz_path_remove_filename(Pointer<Int8> path) int
mz_path_remove_slash(Pointer<Int8> path) int
mz_path_resolve(Pointer<Int8> path, Pointer<Int8> target, int max_target) int
mz_stream_buffered_close(Pointer<Void> stream) int
mz_stream_buffered_create(Pointer<Pointer<Void>> stream) Pointer<Void>
mz_stream_buffered_delete(Pointer<Pointer<Void>> stream) → void
mz_stream_buffered_error(Pointer<Void> stream) int
mz_stream_buffered_get_interface() Pointer<Void>
mz_stream_buffered_is_open(Pointer<Void> stream) int
mz_stream_buffered_open(Pointer<Void> stream, Pointer<Int8> path, int mode) int
/
mz_stream_buffered_read(Pointer<Void> stream, Pointer<Void> buf, int size) int
mz_stream_buffered_seek(Pointer<Void> stream, int offset, int origin) int
mz_stream_buffered_tell(Pointer<Void> stream) int
mz_stream_buffered_write(Pointer<Void> stream, Pointer<Void> buf, int size) int
mz_stream_close(Pointer<Void> stream) int
mz_stream_copy(Pointer<Void> target, Pointer<Void> source, int len) int
mz_stream_copy_stream(Pointer<Void> target, mz_stream_write_cb write_cb, Pointer<Void> source, mz_stream_read_cb read_cb, int len) int
mz_stream_copy_stream_to_end(Pointer<Void> target, mz_stream_write_cb write_cb, Pointer<Void> source, mz_stream_read_cb read_cb) int
mz_stream_copy_to_end(Pointer<Void> target, Pointer<Void> source) int
mz_stream_create(Pointer<Pointer<Void>> stream, Pointer<mz_stream_vtbl> vtbl) Pointer<Void>
mz_stream_delete(Pointer<Pointer<Void>> stream) → void
mz_stream_error(Pointer<Void> stream) int
mz_stream_find(Pointer<Void> stream, Pointer<Void> find, int find_size, int max_seek, Pointer<Int64> position) int
mz_stream_find_reverse(Pointer<Void> stream, Pointer<Void> find, int find_size, int max_seek, Pointer<Int64> position) int
mz_stream_get_interface(Pointer<Void> stream) Pointer<Void>
mz_stream_get_prop_int64(Pointer<Void> stream, int prop, Pointer<Int64> value) int
mz_stream_is_open(Pointer<Void> stream) int
mz_stream_mem_close(Pointer<Void> stream) int
mz_stream_mem_create(Pointer<Pointer<Void>> stream) Pointer<Void>
mz_stream_mem_delete(Pointer<Pointer<Void>> stream) → void
mz_stream_mem_error(Pointer<Void> stream) int
mz_stream_mem_get_buffer(Pointer<Void> stream, Pointer<Pointer<Void>> buf) int
mz_stream_mem_get_buffer_at(Pointer<Void> stream, int position, Pointer<Pointer<Void>> buf) int
mz_stream_mem_get_buffer_at_current(Pointer<Void> stream, Pointer<Pointer<Void>> buf) int
mz_stream_mem_get_buffer_length(Pointer<Void> stream, Pointer<Int32> length) → void
mz_stream_mem_get_interface() Pointer<Void>
mz_stream_mem_is_open(Pointer<Void> stream) int
mz_stream_mem_open(Pointer<Void> stream, Pointer<Int8> filename, int mode) int
/
mz_stream_mem_read(Pointer<Void> stream, Pointer<Void> buf, int size) int
mz_stream_mem_seek(Pointer<Void> stream, int offset, int origin) int
mz_stream_mem_set_buffer(Pointer<Void> stream, Pointer<Void> buf, int size) → void
mz_stream_mem_set_buffer_limit(Pointer<Void> stream, int limit) → void
mz_stream_mem_set_grow_size(Pointer<Void> stream, int grow_size) → void
mz_stream_mem_tell(Pointer<Void> stream) int
mz_stream_mem_write(Pointer<Void> stream, Pointer<Void> buf, int size) int
mz_stream_open(Pointer<Void> stream, Pointer<Int8> path, int mode) int
/
mz_stream_os_close(Pointer<Void> stream) int
mz_stream_os_create(Pointer<Pointer<Void>> stream) Pointer<Void>
mz_stream_os_delete(Pointer<Pointer<Void>> stream) → void
mz_stream_os_error(Pointer<Void> stream) int
mz_stream_os_get_interface() Pointer<Void>
mz_stream_os_is_open(Pointer<Void> stream) int
mz_stream_os_open(Pointer<Void> stream, Pointer<Int8> path, int mode) int
/
mz_stream_os_read(Pointer<Void> stream, Pointer<Void> buf, int size) int
mz_stream_os_seek(Pointer<Void> stream, int offset, int origin) int
mz_stream_os_tell(Pointer<Void> stream) int
mz_stream_os_write(Pointer<Void> stream, Pointer<Void> buf, int size) int
mz_stream_raw_close(Pointer<Void> stream) int
mz_stream_raw_create(Pointer<Pointer<Void>> stream) Pointer<Void>
mz_stream_raw_delete(Pointer<Pointer<Void>> stream) → void
mz_stream_raw_error(Pointer<Void> stream) int
mz_stream_raw_get_prop_int64(Pointer<Void> stream, int prop, Pointer<Int64> value) int
mz_stream_raw_is_open(Pointer<Void> stream) int
mz_stream_raw_open(Pointer<Void> stream, Pointer<Int8> filename, int mode) int
/
mz_stream_raw_read(Pointer<Void> stream, Pointer<Void> buf, int size) int
mz_stream_raw_seek(Pointer<Void> stream, int offset, int origin) int
mz_stream_raw_set_prop_int64(Pointer<Void> stream, int prop, int value) int
mz_stream_raw_tell(Pointer<Void> stream) int
mz_stream_raw_write(Pointer<Void> stream, Pointer<Void> buf, int size) int
mz_stream_read(Pointer<Void> stream, Pointer<Void> buf, int size) int
mz_stream_read_int64(Pointer<Void> stream, Pointer<Int64> value) int
mz_stream_read_uint16(Pointer<Void> stream, Pointer<Uint16> value) int
mz_stream_read_uint32(Pointer<Void> stream, Pointer<Uint32> value) int
mz_stream_read_uint64(Pointer<Void> stream, Pointer<Uint64> value) int
mz_stream_read_uint8(Pointer<Void> stream, Pointer<Uint8> value) int
mz_stream_seek(Pointer<Void> stream, int offset, int origin) int
mz_stream_set_base(Pointer<Void> stream, Pointer<Void> base) int
mz_stream_set_prop_int64(Pointer<Void> stream, int prop, int value) int
mz_stream_split_close(Pointer<Void> stream) int
mz_stream_split_create(Pointer<Pointer<Void>> stream) Pointer<Void>
mz_stream_split_delete(Pointer<Pointer<Void>> stream) → void
mz_stream_split_error(Pointer<Void> stream) int
mz_stream_split_get_interface() Pointer<Void>
mz_stream_split_get_prop_int64(Pointer<Void> stream, int prop, Pointer<Int64> value) int
mz_stream_split_is_open(Pointer<Void> stream) int
mz_stream_split_open(Pointer<Void> stream, Pointer<Int8> filename, int mode) int
/
mz_stream_split_read(Pointer<Void> stream, Pointer<Void> buf, int size) int
mz_stream_split_seek(Pointer<Void> stream, int offset, int origin) int
mz_stream_split_set_prop_int64(Pointer<Void> stream, int prop, int value) int
mz_stream_split_tell(Pointer<Void> stream) int
mz_stream_split_write(Pointer<Void> stream, Pointer<Void> buf, int size) int
mz_stream_tell(Pointer<Void> stream) int
mz_stream_write(Pointer<Void> stream, Pointer<Void> buf, int size) int
mz_stream_write_int64(Pointer<Void> stream, int value) int
mz_stream_write_uint16(Pointer<Void> stream, int value) int
mz_stream_write_uint32(Pointer<Void> stream, int value) int
mz_stream_write_uint64(Pointer<Void> stream, int value) int
mz_stream_write_uint8(Pointer<Void> stream, int value) int
mz_zip_attrib_convert(int src_sys, int src_attrib, int target_sys, Pointer<Uint32> target_attrib) int
mz_zip_attrib_is_dir(int attrib, int version_madeby) int
/
mz_zip_attrib_posix_to_win32(int posix_attrib, Pointer<Uint32> win32_attrib) int
mz_zip_attrib_win32_to_posix(int win32_attrib, Pointer<Uint32> posix_attrib) int
mz_zip_close(Pointer<Void> handle) int
mz_zip_create(Pointer<Pointer<Void>> handle) Pointer<Void>
/
mz_zip_delete(Pointer<Pointer<Void>> handle) → void
mz_zip_dosdate_to_time_t(int dos_date) int
mz_zip_dosdate_to_tm(int dos_date, Pointer<tm> ptm) int
/
mz_zip_entry_close(Pointer<Void> handle) int
mz_zip_entry_close_raw(Pointer<Void> handle, int uncompressed_size, int crc32) int
mz_zip_entry_get_info(Pointer<Void> handle, Pointer<Pointer<mz_zip_file>> file_info) int
mz_zip_entry_get_local_info(Pointer<Void> handle, Pointer<Pointer<mz_zip_file>> local_file_info) int
mz_zip_entry_is_dir(Pointer<Void> handle) int
/
mz_zip_entry_is_open(Pointer<Void> handle) int
/
mz_zip_entry_is_symlink(Pointer<Void> handle) int
mz_zip_entry_read(Pointer<Void> handle, Pointer<Void> buf, int len) int
mz_zip_entry_read_close(Pointer<Void> handle, Pointer<Uint32> crc32, Pointer<Int64> compressed_size, Pointer<Int64> uncompressed_size) int
mz_zip_entry_read_open(Pointer<Void> handle, int raw, Pointer<Int8> password) int
mz_zip_entry_seek_local_header(Pointer<Void> handle) int
mz_zip_entry_set_extrafield(Pointer<Void> handle, Pointer<Uint8> extrafield, int extrafield_size) int
mz_zip_entry_write(Pointer<Void> handle, Pointer<Void> buf, int len) int
mz_zip_entry_write_close(Pointer<Void> handle, int crc32, int compressed_size, int uncompressed_size) int
mz_zip_entry_write_open(Pointer<Void> handle, Pointer<mz_zip_file> file_info, int compress_level, int raw, Pointer<Int8> password) int
mz_zip_extrafield_contains(Pointer<Uint8> extrafield, int extrafield_size, int type, Pointer<Uint16> length) int
mz_zip_extrafield_find(Pointer<Void> stream, int type, int max_seek, Pointer<Uint16> length) int
/
mz_zip_extrafield_read(Pointer<Void> stream, Pointer<Uint16> type, Pointer<Uint16> length) int
mz_zip_extrafield_write(Pointer<Void> stream, int type, int length) int
mz_zip_get_cd_mem_stream(Pointer<Void> handle, Pointer<Pointer<Void>> cd_mem_stream) int
mz_zip_get_comment(Pointer<Void> handle, Pointer<Pointer<Int8>> comment) int
mz_zip_get_compression_method_string(int compression_method) Pointer<Int8>
/
mz_zip_get_disk_number_with_cd(Pointer<Void> handle, Pointer<Uint32> disk_number_with_cd) int
mz_zip_get_entry(Pointer<Void> handle) int
mz_zip_get_number_entry(Pointer<Void> handle, Pointer<Uint64> number_entry) int
mz_zip_get_stream(Pointer<Void> handle, Pointer<Pointer<Void>> stream) int
mz_zip_get_version_madeby(Pointer<Void> handle, Pointer<Uint16> version_madeby) int
mz_zip_goto_entry(Pointer<Void> handle, int cd_pos) int
mz_zip_goto_first_entry(Pointer<Void> handle) int
mz_zip_goto_next_entry(Pointer<Void> handle) int
mz_zip_locate_entry(Pointer<Void> handle, Pointer<Int8> filename, int ignore_case) int
mz_zip_locate_first_entry(Pointer<Void> handle, Pointer<Void> userdata, mz_zip_locate_entry_cb cb) int
mz_zip_locate_next_entry(Pointer<Void> handle, Pointer<Void> userdata, mz_zip_locate_entry_cb cb) int
mz_zip_ntfs_to_unix_time(int ntfs_time, Pointer<time_t> unix_time) int
mz_zip_open(Pointer<Void> handle, Pointer<Void> stream, int mode) int
mz_zip_path_compare(Pointer<Int8> path1, Pointer<Int8> path2, int ignore_case) int
/
mz_zip_reader_close(Pointer<Void> handle) int
mz_zip_reader_create(Pointer<Pointer<Void>> handle) Pointer<Void>
mz_zip_reader_delete(Pointer<Pointer<Void>> handle) → void
mz_zip_reader_entry_close(Pointer<Void> handle) int
mz_zip_reader_entry_get_first_hash(Pointer<Void> handle, Pointer<Uint16> algorithm, Pointer<Uint16> digest_size) int
mz_zip_reader_entry_get_hash(Pointer<Void> handle, int algorithm, Pointer<Uint8> digest, int digest_size) int
mz_zip_reader_entry_get_info(Pointer<Void> handle, Pointer<Pointer<mz_zip_file>> file_info) int
mz_zip_reader_entry_has_sign(Pointer<Void> handle) int
mz_zip_reader_entry_is_dir(Pointer<Void> handle) int
mz_zip_reader_entry_open(Pointer<Void> handle) int
mz_zip_reader_entry_read(Pointer<Void> handle, Pointer<Void> buf, int len) int
mz_zip_reader_entry_save(Pointer<Void> handle, Pointer<Void> stream, mz_stream_write_cb write_cb) int
mz_zip_reader_entry_save_buffer(Pointer<Void> handle, Pointer<Void> buf, int len) int
mz_zip_reader_entry_save_buffer_length(Pointer<Void> handle) int
mz_zip_reader_entry_save_file(Pointer<Void> handle, Pointer<Int8> path) int
mz_zip_reader_entry_save_process(Pointer<Void> handle, Pointer<Void> stream, mz_stream_write_cb write_cb) int
mz_zip_reader_entry_sign_verify(Pointer<Void> handle) int
mz_zip_reader_get_comment(Pointer<Void> handle, Pointer<Pointer<Int8>> comment) int
mz_zip_reader_get_raw(Pointer<Void> handle, Pointer<Uint8> raw) int
mz_zip_reader_get_zip_cd(Pointer<Void> handle, Pointer<Uint8> zip_cd) int
mz_zip_reader_get_zip_handle(Pointer<Void> handle, Pointer<Pointer<Void>> zip_handle) int
mz_zip_reader_goto_first_entry(Pointer<Void> handle) int
/
mz_zip_reader_goto_next_entry(Pointer<Void> handle) int
mz_zip_reader_is_open(Pointer<Void> handle) int
/
mz_zip_reader_locate_entry(Pointer<Void> handle, Pointer<Int8> filename, int ignore_case) int
mz_zip_reader_open(Pointer<Void> handle, Pointer<Void> stream) int
mz_zip_reader_open_buffer(Pointer<Void> handle, Pointer<Uint8> buf, int len, int copy) int
mz_zip_reader_open_file(Pointer<Void> handle, Pointer<Int8> path) int
mz_zip_reader_open_file_in_memory(Pointer<Void> handle, Pointer<Int8> path) int
mz_zip_reader_save_all(Pointer<Void> handle, Pointer<Int8> destination_dir) int
/
mz_zip_reader_set_encoding(Pointer<Void> handle, int encoding) → void
mz_zip_reader_set_entry_cb(Pointer<Void> handle, Pointer<Void> userdata, mz_zip_reader_entry_cb cb) → void
mz_zip_reader_set_overwrite_cb(Pointer<Void> handle, Pointer<Void> userdata, mz_zip_reader_overwrite_cb cb) → void
mz_zip_reader_set_password(Pointer<Void> handle, Pointer<Int8> password) → void
mz_zip_reader_set_password_cb(Pointer<Void> handle, Pointer<Void> userdata, mz_zip_reader_password_cb cb) → void
mz_zip_reader_set_pattern(Pointer<Void> handle, Pointer<Int8> pattern, int ignore_case) → void
/
mz_zip_reader_set_progress_cb(Pointer<Void> handle, Pointer<Void> userdata, mz_zip_reader_progress_cb cb) → void
mz_zip_reader_set_progress_interval(Pointer<Void> handle, int milliseconds) → void
mz_zip_reader_set_raw(Pointer<Void> handle, int raw) → void
mz_zip_reader_set_recover(Pointer<Void> handle, int recover) int
mz_zip_reader_set_sign_required(Pointer<Void> handle, int sign_required) → void
mz_zip_reader_unzip_cd(Pointer<Void> handle) int
/
mz_zip_set_cd_stream(Pointer<Void> handle, int cd_start_pos, Pointer<Void> cd_stream) int
mz_zip_set_comment(Pointer<Void> handle, Pointer<Int8> comment) int
mz_zip_set_data_descriptor(Pointer<Void> handle, int data_descriptor) int
mz_zip_set_disk_number_with_cd(Pointer<Void> handle, int disk_number_with_cd) int
mz_zip_set_number_entry(Pointer<Void> handle, int number_entry) int
mz_zip_set_recover(Pointer<Void> handle, int recover) int
mz_zip_set_version_madeby(Pointer<Void> handle, int version_madeby) int
mz_zip_time_t_to_dos_date(int unix_time) int
mz_zip_time_t_to_tm(int unix_time, Pointer<tm> ptm) int
mz_zip_tm_to_dosdate(Pointer<tm> ptm) int
mz_zip_unix_to_ntfs_time(int unix_time, Pointer<Uint64> ntfs_time) int
mz_zip_writer_add(Pointer<Void> handle, Pointer<Void> stream, mz_stream_read_cb read_cb) int
/
mz_zip_writer_add_buffer(Pointer<Void> handle, Pointer<Void> buf, int len, Pointer<mz_zip_file> file_info) int
mz_zip_writer_add_file(Pointer<Void> handle, Pointer<Int8> path, Pointer<Int8> filename_in_zip) int
mz_zip_writer_add_info(Pointer<Void> handle, Pointer<Void> stream, mz_stream_read_cb read_cb, Pointer<mz_zip_file> file_info) int
mz_zip_writer_add_path(Pointer<Void> handle, Pointer<Int8> path, Pointer<Int8> root_path, int include_path, int recursive) int
mz_zip_writer_add_process(Pointer<Void> handle, Pointer<Void> stream, mz_stream_read_cb read_cb) int
mz_zip_writer_close(Pointer<Void> handle) int
mz_zip_writer_copy_from_reader(Pointer<Void> handle, Pointer<Void> reader) int
mz_zip_writer_create(Pointer<Pointer<Void>> handle) Pointer<Void>
mz_zip_writer_delete(Pointer<Pointer<Void>> handle) → void
mz_zip_writer_entry_close(Pointer<Void> handle) int
mz_zip_writer_entry_open(Pointer<Void> handle, Pointer<mz_zip_file> file_info) int
/
mz_zip_writer_entry_write(Pointer<Void> handle, Pointer<Void> buf, int len) int
mz_zip_writer_get_raw(Pointer<Void> handle, Pointer<Uint8> raw) int
mz_zip_writer_get_zip_handle(Pointer<Void> handle, Pointer<Pointer<Void>> zip_handle) int
mz_zip_writer_is_open(Pointer<Void> handle) int
/
mz_zip_writer_open(Pointer<Void> handle, Pointer<Void> stream, int append) int
mz_zip_writer_open_file(Pointer<Void> handle, Pointer<Int8> path, int disk_size, int append) int
mz_zip_writer_open_file_in_memory(Pointer<Void> handle, Pointer<Int8> path) int
mz_zip_writer_set_aes(Pointer<Void> handle, int aes) → void
mz_zip_writer_set_certificate(Pointer<Void> handle, Pointer<Int8> cert_path, Pointer<Int8> cert_pwd) int
mz_zip_writer_set_comment(Pointer<Void> handle, Pointer<Int8> comment) → void
mz_zip_writer_set_compress_level(Pointer<Void> handle, int compress_level) → void
mz_zip_writer_set_compress_method(Pointer<Void> handle, int compress_method) → void
mz_zip_writer_set_entry_cb(Pointer<Void> handle, Pointer<Void> userdata, mz_zip_writer_entry_cb cb) → void
mz_zip_writer_set_overwrite_cb(Pointer<Void> handle, Pointer<Void> userdata, mz_zip_writer_overwrite_cb cb) → void
mz_zip_writer_set_password(Pointer<Void> handle, Pointer<Int8> password) → void
/
mz_zip_writer_set_password_cb(Pointer<Void> handle, Pointer<Void> userdata, mz_zip_writer_password_cb cb) → void
mz_zip_writer_set_progress_cb(Pointer<Void> handle, Pointer<Void> userdata, mz_zip_writer_progress_cb cb) → void
mz_zip_writer_set_progress_interval(Pointer<Void> handle, int milliseconds) → void
mz_zip_writer_set_raw(Pointer<Void> handle, int raw) → void
mz_zip_writer_set_zip_cd(Pointer<Void> handle, int zip_cd) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited