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

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

Open
pascalsimplice opened this issue Sep 6, 2017 · 1 comment

Comments

@pascalsimplice
Copy link

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 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
@OlehKulykov
Copy link
Owner

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.

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

2 participants