WrapBuffer

Undocumented in source.

Constructors

this
this(ubyte[] data, size_t writed)
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
data
ubyte[] data()
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.
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.

Properties

eof
bool eof [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IBuffer

readLine
size_t readLine(void delegate(in ubyte[]) cback)
Undocumented in source.
readAll
size_t readAll(void delegate(in ubyte[]) cback)
Undocumented in source.
readUtil
size_t readUtil(ubyte[] data, void delegate(in ubyte[]) cback)
Undocumented in source.

Meta