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
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.
Instead of extracting into a target directory, support extracting into memory / io buffer.
Best regards
Jonas
The text was updated successfully, but these errors were encountered: