hunt ~v1.6.x (2022-05-12T11:27:03.6465239)
Dub
Repo
BufferUtils.append
hunt
io
BufferUtils
BufferUtils
Appends a byte to a buffer
@param to Buffer is flush mode @param b byte to append
void
append
(ByteBuffer to, byte[] b, int off, int len)
void
append
(ByteBuffer to, byte b)
class
BufferUtils
static
void
append
(
ByteBuffer
to
,
byte
b
)
int
append
(ByteBuffer to, ByteBuffer b)
Meta
Source
See Implementation
hunt
io
BufferUtils
BufferUtils
static functions
allocate
allocateDirect
append
clear
clearToFill
clone
compact
ensureCapacity
fill
flipPutFlip
flipToFill
flipToFlush
hasContent
isEmpty
isFull
isPrefix
length
normalizeBufferSize
put
putCRLF
putDecInt
putDecLong
putHexInt
remaining
space
takeInt
toArray
toBuffer
toDetailString
toDirectBuffer
toHeapBuffer
toHexString
toHexSummary
toIDString
toInt
toLong
toString
toSummaryString
wrap
writeTo
static variables
EMPTY_BUFFER
EMPTY_BYTE_BUFFER_ARRAY
variables
DIGIT
MINUS
SPACE
TEMP_BUFFER_SIZE
Appends a byte to a buffer
@param to Buffer is flush mode @param b byte to append