Dragos Rachieru
05/02/2022, 9:22 AMokio, is there a way to read a path using ByteReadChannel ?
I am trying to create a multiplatform image loading library and I want to create something like this:
https://github.com/alialbaali/Kamel/blob/main/kamel-core/src/jvmMain/kotlin/io/kamel/core/fetcher/JvmFileFetcher.ktDragos Rachieru
05/02/2022, 9:24 AMByteReadChannel)
https://github.com/alialbaali/Kamel/blob/main/kamel-core/src/commonMain/kotlin/io/kamel/core/fetcher/HttpFetcher.ktjessewilson
05/02/2022, 11:13 AMjessewilson
05/02/2022, 11:14 AMDragos Rachieru
05/02/2022, 2:32 PM