LittleEndianByteBufAllocator

com.github.mauricio.async.db.mysql.codec.LittleEndianByteBufAllocator
See theLittleEndianByteBufAllocator companion object
class LittleEndianByteBufAllocator extends ByteBufAllocator

Allocates ByteBuf which have LITTLE_ENDIAN order.

Attributes

Companion:
object
Graph
Supertypes
trait ByteBufAllocator
class Object
trait Matchable
class Any

Members list

Concise view

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