- allData
BufferStore allData()
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.
- read
size_t read(size_t size, void delegate(in ubyte[]) cback)
Undocumented in source. Be warned that the author may not have intended to support it.
- readAll
size_t readAll(void delegate(in ubyte[]) cback)
Undocumented in source. Be warned that the author may not have intended to support it.
- readLine
size_t readLine(void delegate(in ubyte[]) cback)
Undocumented in source. Be warned that the author may not have intended to support it.
- readPos
size_t readPos()
Undocumented in source. Be warned that the author may not have intended to support it.
- readUtil
size_t readUtil(ubyte[] chs, void delegate(in ubyte[]) cback)
Undocumented in source. Be warned that the author may not have intended to support it.
- reserve
void reserve(size_t elements)
Undocumented in source. Be warned that the author may not have intended to support it.
- rest
void rest(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
size_t set(size_t pos, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
size_t write(ubyte[] dt)
Undocumented in source. Be warned that the author may not have intended to support it.