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;
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;