hunt.net.buffer.Unpooled

Undocumented in source.

Members

Aliases

EMPTY_BUFFER
alias EMPTY_BUFFER = Unpooled.EMPTY_BUFFER
Undocumented in source.
copiedBuffer
alias copiedBuffer = Unpooled.copiedBuffer
Undocumented in source.
copyBoolean
alias copyBoolean = Unpooled.copyBoolean
Undocumented in source.
copyDouble
alias copyDouble = Unpooled.copyDouble
Undocumented in source.
copyFloat
alias copyFloat = Unpooled.copyFloat
Undocumented in source.
copyInt
alias copyInt = Unpooled.copyInt
Undocumented in source.
copyLong
alias copyLong = Unpooled.copyLong
Undocumented in source.
copyMedium
alias copyMedium = Unpooled.copyMedium
Undocumented in source.
copyShort
alias copyShort = Unpooled.copyShort
Undocumented in source.
wrappedBuffer
alias wrappedBuffer = Unpooled.wrappedBuffer
Undocumented in source.
wrappedUnmodifiableBuffer
alias wrappedUnmodifiableBuffer = Unpooled.wrappedUnmodifiableBuffer
Undocumented in source.

Classes

Unpooled
class Unpooled

Creates a new {@link ByteBuf} by allocating new space or by wrapping or copying existing byte arrays, byte buffers and a string.

Meta