1 # buffer.h |
1 # Buffer |
2 |
2 |
3 Instances of this buffer implementation can be used to read from or write to memory like you would do with a stream. |
3 Instances of this buffer implementation can be used to read from or write to memory like you would do with a stream. |
4 This allows the use of `cx_stream_copy()` (see [Utilities](#utilities)) to copy contents from one buffer to another, |
4 This allows the use of `cx_stream_copy()` (see [Utilities](#utilities)) to copy contents from one buffer to another, |
5 or from a file or network streams to the buffer and vice-versa. |
5 or from a file or network streams to the buffer and vice-versa. |
6 |
6 |