Classes Files

com::wombat::mama::MamaBuffer

More…

Public Functions

  Name
  MamaBuffer()
void grow(int length)
byte[] array()
int limit()
void limit(int length)
CharBuffer asCharBuffer()
ByteBuffer asByteBuffer()

Detailed Description

class com::wombat::mama::MamaBuffer;

Mama Assignable Buffer. The default is a ByteBuffer but can also returned as a CharBuffer.

Public Functions Documentation

function MamaBuffer

inline MamaBuffer()

function grow

inline void grow(
    int length
)

function array

inline byte[] array()

function limit

inline int limit()

function limit

inline void limit(
    int length
)

function asCharBuffer

inline CharBuffer asCharBuffer()

function asByteBuffer

inline ByteBuffer asByteBuffer()

Updated on 2023-03-31 at 15:29:42 +0100