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

Add zip file support on non-JVM targets. #1408

Closed
Wavesonics opened this issue Jan 21, 2024 · 3 comments
Closed

Add zip file support on non-JVM targets. #1408

Wavesonics opened this issue Jan 21, 2024 · 3 comments

Comments

@Wavesonics
Copy link

Currently it's using Java's Zip file handling under the hood, what would be great is something written in kotlin so it can work on any of the targets.

@swankjesse
Copy link
Member

With this, we’re mostly done:
#1439

@Wavesonics need anything beyond FileSystem.openZip() ?

@Wavesonics
Copy link
Author

Wavesonics commented Feb 22, 2024

yep I think that does it. and I can traverse the tree in that file system and read and write to it? (just remembered that I don't think the JVM implementation can write to it, so nevermind on that)

and I guess it'll just do de/compression transparently?

@swankjesse
Copy link
Member

Yep, it’s read-only currently. We could do read-write though! We’d do that in common code for both platforms.

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