Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unzip NSData #7

Open
mschleeweiss opened this issue Oct 29, 2013 · 0 comments
Open

unzip NSData #7

mschleeweiss opened this issue Oct 29, 2013 · 0 comments

Comments

@mschleeweiss
Copy link

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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant