LittleEndianByteBufAllocator

class LittleEndianByteBufAllocator extends ByteBufAllocator

Allocates ByteBuf which have LITTLE_ENDIAN order.

Companion
object
trait ByteBufAllocator
class Object
trait Matchable
class Any

Value members

Concrete methods

def buffer(): ByteBuf
def buffer(initialCapacity: Int): ByteBuf
def buffer(initialCapacity: Int, maxCapacity: Int): ByteBuf
def calculateNewCapacity(minNewCapacity: Int, maxCapacity: Int): Int
def compositeBuffer(): CompositeByteBuf
def compositeBuffer(maxNumComponents: Int): CompositeByteBuf
def compositeDirectBuffer(): CompositeByteBuf
def compositeDirectBuffer(maxNumComponents: Int): CompositeByteBuf
def compositeHeapBuffer(): CompositeByteBuf
def compositeHeapBuffer(maxNumComponents: Int): CompositeByteBuf
def directBuffer(): ByteBuf
def directBuffer(initialCapacity: Int): ByteBuf
def directBuffer(initialCapacity: Int, maxCapacity: Int): ByteBuf
def heapBuffer(): ByteBuf
def heapBuffer(initialCapacity: Int): ByteBuf
def heapBuffer(initialCapacity: Int, maxCapacity: Int): ByteBuf
def ioBuffer(): ByteBuf
def ioBuffer(initialCapacity: Int): ByteBuf
def ioBuffer(initialCapacity: Int, maxCapacity: Int): ByteBuf