You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
pascalsimplice
changed the title
Extracting item from archive as NSData
Extracting item from archive to NSData object (without saving it to disk)
Sep 6, 2017
Hi,
such functionality was not planned at all, as potentially unsafe.
But, after major library update 3.0 (Swift 4, PM and removing all dependencies to NS), this could happen.
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?
The text was updated successfully, but these errors were encountered: