ChunkedEncodingOutputStream.writeToStream

Writes a single chunk to the output stream.

struct ChunkedEncodingOutputStream(S)
writeToStream
(
ubyte[] buffer
)

Parameters

buffer ubyte[]

The data to write.

Return Value

The number of bytes that were written, not including the chunk header and trailer elements.

Meta