37 HttpWriter
this = _this;
39 this->queue =
new(Queue);
48 HttpWriter
this = _this;
52 if (NULL != this->buffer) {
56 if (NULL != this->current) {
57 delete(this->current);
CREATE_CLASS(HttpWriter, NULL, IFACE(Class), IFACE(StreamWriter))
INIT_IFACE(Class, httpWriterCtor, httpWriterDtor, NULL)
static int httpWriterCtor(void *_this, va_list *params)
ssize_t httpWriterWrite(void *, Stream)
static void httpWriterDtor(void *_this)