toggle menu
protobuf-kotlin
0.5.0
common
switch theme
search in API
protobuf-kotlin-wire
/
pro.felixo.protobuf.wire
/
WireBuffer
/
WireBuffer
Wire
Buffer
constructor
(
initialBytes
:
ByteArray
?
=
null
,
offset
:
Int
=
0
,
initialLength
:
Int
=
initialBytes?.let { it.size - offset } ?: 0
)