BrowserPersistentFileStorage
interface BrowserPersistentFileStorage
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun loadFileChunk(rootPath: String, relativePath: String, chunkIndex: Int): ByteArray?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun saveFileChunk(rootPath: String, relativePath: String, chunkIndex: Int, bytes: ByteArray)