SocketStreamBuffer

Constructors

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

Members

Functions

doFinish
void doFinish()
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.
popSize
bool popSize(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
sendData
const(ubyte)[] sendData()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From StreamWriteBuffer

sendData
const(ubyte)[] sendData()
Undocumented in source.
popSize
bool popSize(size_t size)
Undocumented in source.
doFinish
void doFinish()
Undocumented in source.
next
StreamWriteBuffer next()
Undocumented in source.
next
void next(StreamWriteBuffer )
Undocumented in source.

Meta