Simple buffer management.
bool sbufBufCRegisterPush(StreamBuffer *sb, Buffer *bufout)
bool sbufBufOut(StreamBuffer *sb, Buffer *bufout)
bool sbufBufIn(StreamBuffer *sb, Buffer buf, bool own)
StreamBuffer * sbufBufCreatePush(Buffer *bufout)
bool sbufBufPRegisterPull(StreamBuffer *sb, Buffer buf, bool own)
Core stream buffer implementation for efficient data streaming.