Skip to content

unzip NSData #7

@mschleeweiss

Description

@mschleeweiss

This is more a suggestion/request than an actual issue:

I download ZIP files and want to extract them immediatly. Right now, I have to write the downloaded NSData to disk, then extract it with your library, then delete the zip.

Wouldn't it be easier if we had something like

- (id) initWithData:(NSData *)data mode:(ZipFileMode)mode;

or (since you only want to read and not write or append NSData)

- (id) initWithZIPData:(NSData *)data;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions