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.
The loadBytes method of FZip should take an IDataInput rather than a ByteArray. That is,
public function loadBytes(bytes:IDataInput):void
Right now, there's no method we can call on FZip if all we have is an IDataInput. For example, if we're downloading the file ourselves with URLStream.