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 |