Package-level declarations
Types
Link copied to clipboard
class OkioMediaStore(basePath: Path, fileSystem: FileSystem = defaultFileSystem, coroutineContext: CoroutineContext = ioContext, toByteArray: suspend (uri: String, ByteArrayFlow, coroutineScope: CoroutineScope?, expectedSize: Long?, maxSize: Long?) -> ByteArray?? = null) : MediaStore
Link copied to clipboard
Functions
Link copied to clipboard
fun createOkioMediaStoreModule(basePath: Path, fileSystem: FileSystem = defaultFileSystem, coroutineContext: CoroutineContext = ioContext): Module