hunt-net ~master (2022-02-18T10:07:33Z)
Home
Dub
Repo
ByteBufUtil.threadLocalTempArray
hunt
net
buffer
ByteBufUtil
ByteBufUtil
Allocates a new array if minLength > {@link ByteBufUtil#MAX_TL_ARRAY_LEN}
class
ByteBufUtil
static
byte
[]
threadLocalTempArray
(
int
minLength
)
Meta
Source
See Implementation
hunt
net
buffer
ByteBufUtil
ByteBufUtil
static functions
compare
decodeString
ensureWritableSuccess
equals
getBytes
hexDump
indexOf
readBytes
swapInt
swapLong
swapMedium
swapShort
threadLocalTempArray
toHash
static variables
DEFAULT_ALLOCATOR
variables
MAX_TL_ARRAY_LEN
WRITE_CHUNK_SIZE
Allocates a new array if minLength > {@link ByteBufUtil#MAX_TL_ARRAY_LEN}