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

Few questions #71

Open
XeonG opened this issue Dec 13, 2022 · 4 comments
Open

Few questions #71

XeonG opened this issue Dec 13, 2022 · 4 comments
Labels

Comments

@XeonG
Copy link

XeonG commented Dec 13, 2022

If I have a zip file i can use this to open it into memory without having to extract the whole thing or even a file from it to disk...so I could pass a file that is in the zip to something else that would read a file as if it existed on disk but instead it is in memory?

That right?

Does it work on Android/IOS? I see cross platform just wondering as my intention is to use it with Unity C# where cross platform support is required at least for my use case.

@xoofx xoofx added the question label Dec 14, 2022
@xoofx
Copy link
Owner

xoofx commented Dec 14, 2022

If I have a zip file i can use this to open it into memory without having to extract the whole thing or even a file from it to disk...so I could pass a file that is in the zip to something else that would read a file as if it existed on disk but instead it is in memory?

Yes, through the IFileSystem API

Does it work on Android/IOS? I see cross platform just wondering as my intention is to use it with Unity C# where cross platform support is required at least for my use case.

Dunno, I believe it should work but you will have to try.

@XeonG
Copy link
Author

XeonG commented Dec 16, 2022

Can it open zip protected files?

https://github.com/adamhathcock/sharpcompress or other format being supported?

@xoofx
Copy link
Owner

xoofx commented Jan 4, 2023

Can it open zip protected files?

Unlikely, you would have to develop your own filesystem.

@orosbogdan
Copy link

Can it open zip protected files?

https://github.com/adamhathcock/sharpcompress or other format being supported?

Did you happen to try it on android/ios ? Is it working ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants