docs/Writerside/topics/streams.h.md

branch
docs/3.1
changeset 1166
03bbdf402675
parent 1147
52802c36b261
equal deleted inserted replaced
1165:e4e2c43d12c2 1166:03bbdf402675
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 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,
5 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.
6 7
7 ## Overview 8 ## Overview
8 ```C 9 ```C

mercurial