docs/Writerside/topics/streams.h.md

changeset 1424
563033aa998c
parent 1242
bbb734f73392
equal deleted inserted replaced
1423:9a72258446cd 1424:563033aa998c
1 # Data Streams 1 # Data Streams
2 2
3 Stream copy functions provide a way to copy all - or a limited amount of - data from one stream to another. 3 Stream copy functions provide a way to copy all - or a limited amount of - data from one stream to another.
4 4
5 Since the read/write functions of a [UCX buffer](buffer.h.md) are fully compatible with stream read/write functions, 5 Since the read/write functions of a [UCX buffer](buffer.h.md) are fully compatible with stream read/write functions,
6 you can, for example, easily transfer data from a file or network stream to a UCX buffer or vice versa. 6 you can, for example, easily transfer data from a file or network stream to a UCX buffer or vice versa.
7 7
8 ## Overview 8 ## Overview

mercurial