readByteFlow

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