-
Notifications
You must be signed in to change notification settings - Fork 76
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
Request: Open CAB without fopen #111
Comments
I'm not sure that would work, as both the |
There is also the support for multiple .cab files. And the code does |
Perhaps an interface where I can supply my own io callbacks instead of using I've seen this done with minizip's This should be enough to support hdr files and multiple CAB files as the callbacks would require my implementation to extract those extra files from libcdio. |
That's a neat abstraction! Quite a makeover to implement though. |
Posted a proposed implementation of io callbacks. |
Any possible update on this? Virtual filesystem support would benefit usecases where file system is restricted or slow: i.e. android, web assembly, read-only file systems. |
This has been delivered in #112 Any idea when a version will be released with this change? |
That's right but no immediate rush. |
Would it be feasible to add a function to the library that allows opening a CAB file from memory such as this?
This would allow the piping the contents of cab files from zlib or libcdio without doing a round trip to the filesystem.
The text was updated successfully, but these errors were encountered: