We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi and thank you for a great library. Since okio replaced by kotlinx.io, how one would convert Android InputStream to RawStream?
For example with okio it was as simple as FileSource(name = "name", source = inputStream.source()). I see that there is an okio.Source.asKotlinxIoRawSource() at https://github.com/Kotlin/kotlinx-io/blob/03eb9ba16fb2d13897259c64c323af061050ee85/integration/kotlinx-io-okio/common/src/OkioAdapters.kt
FileSource(name = "name", source = inputStream.source())
okio.Source.asKotlinxIoRawSource()
Would it be the way to go?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi and thank you for a great library. Since okio replaced by kotlinx.io, how one would convert Android InputStream to RawStream?
For example with okio it was as simple as
FileSource(name = "name", source = inputStream.source())
. I see that there is anokio.Source.asKotlinxIoRawSource()
at https://github.com/Kotlin/kotlinx-io/blob/03eb9ba16fb2d13897259c64c323af061050ee85/integration/kotlinx-io-okio/common/src/OkioAdapters.ktWould it be the way to go?
The text was updated successfully, but these errors were encountered: