kalium
common
backup
/
com.wire.backup.envelope
/
BackupHeaderField
Backup
Header
Field
internal
interface
BackupHeaderField
<
Format
:
Any
>
Inheritors
ArbitrarySize
Boolean
UInt
UShort
Members
Types
Arbitrary
Size
Link copied to clipboard
abstract
class
ArbitrarySize
<
Format
:
Any
>
(
val
sizeInBytes
:
Long
)
:
BackupHeaderField
<
Format
>
Boolean
Link copied to clipboard
class
Boolean
:
BackupHeaderField
<
Boolean
>
String
Link copied to clipboard
class
String
:
BackupHeaderField.ArbitrarySize
<
String
>
UByte
Array
Link copied to clipboard
class
UByteArray
:
BackupHeaderField.ArbitrarySize
<
<Error class: unknown class>
>
UInt
Link copied to clipboard
class
UInt
:
BackupHeaderField
<
<Error class: unknown class>
>
UShort
Link copied to clipboard
class
UShort
:
BackupHeaderField
<
<Error class: unknown class>
>
Properties
size
In
Bytes
Link copied to clipboard
abstract
val
sizeInBytes
:
Long
Functions
read
Link copied to clipboard
abstract
fun
read
(
input
:
<Error class: unknown class>
)
:
Format
write
Link copied to clipboard
abstract
fun
write
(
data
:
Format
,
output
:
<Error class: unknown class>
)