SocketStreamBuffer

Constructors

this
this(const(ubyte)[] data, DataWrittenHandler handler)
Undocumented in source.

Members

Functions

capacity
size_t capacity()
Undocumented in source. Be warned that the author may not have intended to support it.
finish
void finish()
Undocumented in source. Be warned that the author may not have intended to support it.
next
StreamWriteBuffer next()
Undocumented in source. Be warned that the author may not have intended to support it.
next
void next(StreamWriteBuffer v)
Undocumented in source. Be warned that the author may not have intended to support it.
pop
bool pop(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
remaining
const(ubyte)[] remaining()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From StreamWriteBuffer

remaining
const(ubyte)[] remaining()
Undocumented in source.
pop
bool pop(size_t size)
Undocumented in source.
finish
void finish()
Undocumented in source.
next
StreamWriteBuffer next()
Undocumented in source.
next
void next(StreamWriteBuffer )
Undocumented in source.
capacity
size_t capacity()
Undocumented in source.

Meta