Package-level declarations
Types
Link copied to clipboard
internal data class BackupHeader(val version: Int, val isEncrypted: Boolean, val hashData: HashData)
The unencrypted data we write on the beginning of the backup files.
Link copied to clipboard
Link copied to clipboard
Reads and writes a BackupHeader to data streams.
Link copied to clipboard