kalium
common
backup
/
com.wire.backup.envelope
/
BackupHeaderField
/
ArbitrarySize
Arbitrary
Size
abstract
class
ArbitrarySize
<
Format
:
Any
>
(
val
sizeInBytes
:
Long
)
:
BackupHeaderField
<
Format
>
Inheritors
String
UByteArray
Members
Constructors
Arbitrary
Size
Link copied to clipboard
constructor
(
sizeInBytes
:
Long
)
Properties
size
In
Bytes
Link copied to clipboard
open
override
val
sizeInBytes
:
Long
Functions
from
Bytes
Link copied to clipboard
abstract
fun
fromBytes
(
bytes
:
ByteArray
)
:
Format
read
Link copied to clipboard
open
override
fun
read
(
input
:
<Error class: unknown class>
)
:
Format
to
Bytes
Link copied to clipboard
abstract
fun
toBytes
(
data
:
Format
)
:
ByteArray
write
Link copied to clipboard
open
override
fun
write
(
data
:
Format
,
output
:
<Error class: unknown class>
)