1 # streams.h |
1 # Stream Operations |
2 |
2 |
3 UCX provides some utilities for routine tasks. |
3 UCX provides some utilities for routine tasks. |
4 |
4 |
5 The most useful utilities are the *stream copy* functions, which provide a simple way to copy all - or a |
5 The most useful utilities are the *stream copy* functions, which provide a simple way to copy all - or a |
6 bounded amount of - data from one stream to another. Since the read/write functions of a UCX buffer are |
6 bounded amount of - data from one stream to another. Since the read/write functions of a UCX buffer are |