module documentation
Buffer byte streams.
Class |
|
Open a new stream. |
Class |
|
Buffering de-multiplexing byte stream receiver. |
Class |
|
Write a chunk of data to a stream. |
Function | chunk |
Break a byte string into pieces of no more than ``chunkSize`` length. |
Async Function | stream |
Send the given stream chunks, one by one, over the given connection. |
Type Variable | T |
Undocumented |
Send the given stream chunks, one by one, over the given connection.
The chunks are sent using StreamWrite
over a stream opened using StreamOpen
.
Returns | |
int | The identifier of the stream over which the chunks were sent. |