emulinker
Toggle table of contents
1.0.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
emulinker
emulinker
/
org.emulinker.util
/
UnsignedUtil
Unsigned
Util
object
UnsignedUtil
Members
Functions
get
Unsigned
Byte
Link copied to clipboard
fun
ByteBuf
.
getUnsignedByte
(
)
:
Short
fun
ByteBuffer
.
getUnsignedByte
(
)
:
Short
get
Unsigned
Int
Link copied to clipboard
fun
ByteBuf
.
getUnsignedInt
(
)
:
Long
fun
ByteBuffer
.
getUnsignedInt
(
)
:
Long
get
Unsigned
Short
Link copied to clipboard
fun
ByteBuf
.
getUnsignedShort
(
)
:
Int
fun
ByteBuffer
.
getUnsignedShort
(
)
:
Int
fun
ByteBuffer
.
getUnsignedShort
(
position
:
Int
)
:
Int
put
Unsigned
Byte
Link copied to clipboard
fun
ByteBuf
.
putUnsignedByte
(
value
:
Int
)
fun
ByteBuffer
.
putUnsignedByte
(
value
:
Int
)
put
Unsigned
Int
Link copied to clipboard
fun
ByteBuffer
.
putUnsignedInt
(
value
:
Long
)
put
Unsigned
Short
Link copied to clipboard
fun
ByteBuf
.
putUnsignedShort
(
value
:
Int
)
fun
ByteBuffer
.
putUnsignedShort
(
value
:
Int
)
fun
ByteBuffer
.
putUnsignedShort
(
position
:
Int
,
value
:
Int
)