- 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.