Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.
This repository was archived by the owner on May 15, 2022. It is now read-only.

FZip#loadBytes should take an IDataInput rather than ByteArray #3

@paleozogt

Description

@paleozogt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions