Module tanya.container.buffer
This module contains buffers designed for C-style input/output APIs.
Structs
Name | Description |
---|---|
ReadBuffer
|
Self-expanding buffer, that can be used with functions returning the number of the read bytes. |
WriteBuffer
|
Circular, self-expanding buffer with overflow support. Can be used with functions returning the number of the transferred bytes. |