LzmaSDKObjC icon indicating copy to clipboard operation
LzmaSDKObjC copied to clipboard

Extracting item from archive to NSData object (without saving it to disk)

Open pascalsimplice opened this issue 6 years ago • 1 comments

Hello, This library is the best available for iOS in term of archiving unarchiving protected files. It will be good to add additional features that would make it even better:

In certain scenarios extracting a file to disk and then reading it back into NSData is too cumbersome, specially when the only thing that is needed is to process the NSData. It will be good to have the ability to extract an item from an archive directly as NSData. Is that something that is possible?

pascalsimplice avatar Sep 06 '17 06:09 pascalsimplice