toggle menu
protobuf-kotlin
0.5.0
common
switch theme
search in API
protobuf-kotlin-wire
/
pro.felixo.protobuf.wire
/
WireValue
Wire
Value
sealed
interface
WireValue
Inheritors
VarInt
Fixed64
Len
Fixed32
Members
Types
Fixed32
Link copied to clipboard
@
JvmInline
value
class
Fixed32
(
val
value
:
Int
)
:
WireValue
Fixed64
Link copied to clipboard
@
JvmInline
value
class
Fixed64
(
val
value
:
Long
)
:
WireValue
Len
Link copied to clipboard
@
JvmInline
value
class
Len
(
val
value
:
WireBuffer
)
:
WireValue
Var
Int
Link copied to clipboard
@
JvmInline
value
class
VarInt
(
val
value
:
Long
)
:
WireValue