Android Studio Sign in

Summary

Public constructors

<T : Any?> WebOpfsStorage(serializer: OkioSerializer<T>, name: String)
JS

Public functions

open StorageConnection<T>

Creates a storage connection which allows reading and writing to the underlying storage.

JS

Public constructors

WebOpfsStorage

<T : Any?> WebOpfsStorage(serializer: OkioSerializer<T>, name: String)

Public functions

createConnection

open fun createConnection(): StorageConnection<T>

Creates a storage connection which allows reading and writing to the underlying storage.

Should be closed after usage.

Throws
IOException

Unrecoverable IO exception when trying to access the underlying storage.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.