BackupPageStorage

internal interface BackupPageStorage

Storage used during export/import of backups.

Inheritors

Functions

Link copied to clipboard
abstract fun clear()
Link copied to clipboard
abstract operator fun get(entryName: String): BackupPage?
Link copied to clipboard
abstract fun listEntries(): List<BackupPage>
Link copied to clipboard
abstract fun persistEntry(backupPage: BackupPage)