You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am loving this library but I have a question: Is it legal to call mz_zip_writer_add_file and then call mz_zip_reader_file_stat on that added entry? I would like to get some of the entry information (such as stat.m_crc32) without having to reopen the archive in full reading mode. It appears to work, just wasn't sure if I am breaking the API in some unknown way.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello, I am loving this library but I have a question: Is it legal to call
mz_zip_writer_add_file
and then callmz_zip_reader_file_stat
on that added entry? I would like to get some of the entry information (such asstat.m_crc32
) without having to reopen the archive in full reading mode. It appears to work, just wasn't sure if I am breaking the API in some unknown way.Thank you!
The text was updated successfully, but these errors were encountered: