readByteFlow

suspend fun BufferedSource.readByteFlow(coroutineContext: CoroutineContext = defaultContext): ByteArrayFlow
suspend fun FileSystem.readByteFlow(path: Path, coroutineContext: CoroutineContext = defaultContext): ByteArrayFlow?