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

[Feature request] Extract into memory buffer #25

Open
onny opened this issue Feb 5, 2024 · 1 comment
Open

[Feature request] Extract into memory buffer #25

onny opened this issue Feb 5, 2024 · 1 comment

Comments

@onny
Copy link

onny commented Feb 5, 2024

Instead of extracting into a target directory, support extracting into memory / io buffer.

Best regards
Jonas

@cmaglie
Copy link
Collaborator

cmaglie commented Aug 5, 2024

What do you mean? a zip archive may contain many files and directories, are you trying to extract into an array of files (where each file is an array of bytes)?

Maybe you can implement the Extractor.FS interface to intercept the file write calls but, honestly, I think I didn't understand what you're trying to do.

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