Sends a whole
Builder without allocating
ByteStrings. If
performance is an issue, this operation should be preferred over all
other solutions for sending stream data.
The operation
allocates a single buffer of the given size on
entry and reuses this buffer until the whole
Builder has been
sent. The count of all bytes sent is returned as there is no other
efficient way to determine a
Builders size without actually
building it.