-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
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
Labels
No labels