Okio Media Store
class OkioMediaStore(basePath: Path, fileSystem: FileSystem = defaultFileSystem, coroutineContext: CoroutineContext = ioContext, toByteArray: suspend (uri: String, ByteArrayFlow, coroutineScope: CoroutineScope?, expectedSize: Long?, maxSize: Long?) -> ByteArray?? = null) : MediaStore
Deprecated
switch to createOkioMediaStoreModule
Replace with
createOkioMediaStoreModule(basePath)Content copied to clipboard
Constructors
Link copied to clipboard
constructor(basePath: Path, fileSystem: FileSystem = defaultFileSystem, coroutineContext: CoroutineContext = ioContext, toByteArray: suspend (uri: String, ByteArrayFlow, coroutineScope: CoroutineScope?, expectedSize: Long?, maxSize: Long?) -> ByteArray?? = null)