wollnyst
01/15/2019, 8:02 AMByteReadChannel
and ByteWriteChannel
in <http://kotlinx.coroutines.io|kotlinx.coroutines.io>
, which might be what your're looking for.basher
01/15/2019, 4:59 PMbasher
01/15/2019, 4:59 PMwollnyst
01/16/2019, 5:13 AMByteReadChannel
is what you're looking for. We're using it for crypto streams, reporting download progress, reading files etc... It's a little bit confusing at the beginning since it's a channel, which works a little bit a different, but once you got it, things are actually easier. Ping me if you need help.basher
01/16/2019, 4:53 PMbasher
01/16/2019, 6:17 PMbasher
01/16/2019, 6:33 PM