buffer-codec
Toggle table of contents
5.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
buffer-codec
buffer-codec
/
com.ditchoom.buffer.codec
/
VarLenPeek
/
Decoded
Decoded
data
class
Decoded
<
out
T
>
(
val
value
:
T
,
val
byteCount
:
Int
)
:
VarLenPeek
<
T
>
The decoded value and the exact number of bytes it occupies on the wire.
Members
Constructors
Decoded
Link copied to clipboard
constructor
(
value
:
T
,
byteCount
:
Int
)
Properties
byte
Count
Link copied to clipboard
val
byteCount
:
Int
value
Link copied to clipboard
val
value
:
T