ByteBuffer

Undocumented in source.

Constructors

this
this(ubyte[] buffer)
Undocumented in source.
this
this(ubyte[] buffer, size_t limit_, size_t position)
Undocumented in source.

Members

Functions

capacity
size_t capacity()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
get
void get(ubyte[] dst, size_t offset, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
limit
void limit(size_t newLimit)
Undocumented in source. Be warned that the author may not have intended to support it.
limit
size_t limit()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
ubyte[] opSlice(size_t i, size_t j)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(T src)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(T src)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(size_t pos, T src)
Undocumented in source. Be warned that the author may not have intended to support it.
remaining
size_t remaining()
Undocumented in source. Be warned that the author may not have intended to support it.
rewind
void rewind()
Undocumented in source. Be warned that the author may not have intended to support it.
slice
ByteBuffer slice()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

prepare
ByteBuffer prepare(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
ubyte[] buffer;
Undocumented in source.
position
size_t position;
Undocumented in source.

Meta