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

Kotlinx-IO support #114

Open
GazimSoliev opened this issue Sep 20, 2024 · 4 comments
Open

Kotlinx-IO support #114

GazimSoliev opened this issue Sep 20, 2024 · 4 comments
Labels
enhancement New feature or request next Scheduled for the next version

Comments

@GazimSoliev
Copy link

Hello, will this library support kotlinx-io or okio?

@ghost ghost self-assigned this Sep 26, 2024
@ghost
Copy link

ghost commented Sep 26, 2024

I will look into this. First I need to figure out which to support or if it's worth the trouble of supporting both.

@ghost ghost added the enhancement New feature or request label Sep 26, 2024
@GazimSoliev
Copy link
Author

I will look into this. First I need to figure out which to support or if it's worth the trouble of supporting both.

Of course, kotlinx-io, it's official library by Kotlin, this lib based on okio

@GazimSoliev
Copy link
Author

GazimSoliev commented Oct 2, 2024

in Kotlinx-IO: Path is File in JVM, Source is InputStream in JVM and Sink is OutputStream in JVM, to get sink, to get source use FileSystem

@vinceglb
Copy link
Owner

Hi @GazimSoliev!

We are working on a big update of FileKit that integrates kotlinx-io in PlatformFile and some new features. It's still in development, but it's usable now! If you are interested in trying out the new features, you can follow the steps indicated in this comment:

#143 (comment)

If you have any questions or feedback, I'm really interested to hear from you!

@vinceglb vinceglb added the next Scheduled for the next version label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request next Scheduled for the next version
Projects
None yet
Development

No branches or pull requests

2 participants