toggle menu
buffer
1.0.0-ALPHA-20240528
jvm
switch theme
search in API
buffer
/
net.rsprot.buffer
/
JagByteBuf
/
gdata
gdata
inline
fun
gdata
(
dest
:
ByteArray
,
offset
:
Int
=
0
,
length
:
Int
=
dest.size
)
inline
fun
gdata
(
dest
:
ByteBuf
,
offset
:
Int
=
buffer.readerIndex()
,
length
:
Int
=
buffer.readableBytes()
)