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
{{ message }}
This repository was archived by the owner on May 15, 2022. It is now read-only.
If FZip is used to download a zip file, the original zip file's bytes are inaccessible. For example, these bytes could be used to generate a checksum to validate the download.
We should be able to get at these bytes via some sort of property, e.g.
public function get rawbytes():IDataInput;
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If FZip is used to download a zip file, the original zip file's bytes are inaccessible. For example, these bytes could be used to generate a checksum to validate the download.
We should be able to get at these bytes via some sort of property, e.g.
public function get rawbytes():IDataInput;
The text was updated successfully, but these errors were encountered: