Name | |
---|---|
MamaBuffer() | |
void | grow(int length) |
byte[] | array() |
int | limit() |
void | limit(int length) |
CharBuffer | asCharBuffer() |
ByteBuffer | asByteBuffer() |
class com::wombat::mama::MamaBuffer;
Mama Assignable Buffer. The default is a ByteBuffer but can also returned as a CharBuffer.
inline MamaBuffer()
inline void grow(
int length
)
inline byte[] array()
inline int limit()
inline void limit(
int length
)
inline CharBuffer asCharBuffer()
inline ByteBuffer asByteBuffer()
Updated on 2023-03-31 at 15:29:42 +0100