docs/Writerside/topics/buffer.h.md

branch
docs/3.1
changeset 1143
0559812df10c
parent 1142
9437530176bc
child 1146
151c057faf7c
equal deleted inserted replaced
1142:9437530176bc 1143:0559812df10c
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

mercurial