diff --git a/docs/source/examples.rst b/docs/source/examples.rst index e4b9795..739e9d2 100644 --- a/docs/source/examples.rst +++ b/docs/source/examples.rst @@ -104,6 +104,16 @@ data between peers of a ``Link``. This example can also be found at ``_. +Buffer +====== + +The *Buffer* example explores using buffered readers and writers to send +binary data between peers of a ``Link``. + +.. literalinclude:: ../../Examples/Buffer.py + +This example can also be found at ``_. + .. _example-filetransfer: Filetransfer