hunt-net ~master (2022-02-18T10:07:33Z)
Home
Dub
Repo
Unpooled.copyInt
hunt
net
buffer
Unpooled
Unpooled
Creates a new 4-byte big-endian buffer that holds the specified 32-bit integer.
ByteBuf
copyInt
(int value)
class
Unpooled
static
ByteBuf
copyInt
(
int
value
)
ByteBuf
copyInt
(int[] values)
Meta
Source
See Implementation
hunt
net
buffer
Unpooled
Unpooled
static functions
EMPTY_BUFFER
buffer
compositeBuffer
copiedBuffer
copyBoolean
copyDouble
copyFloat
copyInt
copyLong
copyMedium
copyShort
directBuffer
wrappedBuffer
wrappedUnmodifiableBuffer
variables
BIG_ENDIAN
LITTLE_ENDIAN
Creates a new 4-byte big-endian buffer that holds the specified 32-bit integer.