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

okio extension module #53

Closed
vanniktech opened this issue Aug 26, 2024 · 3 comments
Closed

okio extension module #53

vanniktech opened this issue Aug 26, 2024 · 3 comments

Comments

@vanniktech
Copy link

vanniktech commented Aug 26, 2024

I have an epub parser and I'm using okio's openZip to read files and some of which are XML/Html files and ideally it would be nice if in addition to kotlinxio, which is currently not stable, have a stable multiplatform io library which is okio.

At the moment I'd only need:

fun BufferedSource.sourceReader(): com.fleeksoft.ksoup.io.SourceReader

Basically, transform a BufferedSource to a SourceReader.

@itboy87
Copy link
Collaborator

itboy87 commented Aug 26, 2024

@vanniktech I think it's a good idea to add an Okio extension. I will do it within the next few days.

This was referenced Aug 30, 2024
@itboy87
Copy link
Collaborator

itboy87 commented Sep 4, 2024

@vanniktech Okio module released in 0.1.6. Thanks

@itboy87 itboy87 closed this as completed Sep 4, 2024
@vanniktech
Copy link
Author

Amazing, thanks! I've already upgraded and it works nicely!

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