Package-level declarations
Types
Link copied to clipboard
class OkioMediaStore(basePath: Path, fileSystem: FileSystem = defaultFileSystem, coroutineContext: CoroutineContext = defaultContext) : MediaStore
Functions
Link copied to clipboard
suspend fun BufferedSource.readByteFlow(coroutineContext: CoroutineContext = defaultContext): ByteArrayFlow
suspend fun FileSystem.readByteFlow(path: Path, coroutineContext: CoroutineContext = defaultContext): ByteArrayFlow?
Link copied to clipboard
suspend fun FileSystem.writeByteFlow(path: Path, content: ByteArrayFlow, coroutineContext: CoroutineContext = defaultContext)
Link copied to clipboard
suspend fun ByteArrayFlow.writeToSink(sink: BufferedSink, coroutineContext: CoroutineContext = defaultContext)