--- a/docs/Writerside/topics/streams.h.md Wed Jan 29 23:58:17 2025 +0100 +++ b/docs/Writerside/topics/streams.h.md Thu Feb 06 20:09:55 2025 +0100 @@ -1,6 +1,7 @@ # Data Streams Stream copy functions provide a way to copy all - or a limited amount of - data from one stream to another. + Since the read/write functions of a [UCX buffer](buffer.h.md) are fully compatible with stream read/write functions, you can, for example, easily transfer data from a file or network stream to a UCX buffer or vice versa.