AUI Framework
develop
Cross-platform base for C++ UI apps
|
An asynchronous buffer that converts an IInputStream to IOutputStream (and otherwise). More...
#include <AUI/IO/ADynamicPipe.h>
ADynamicPipe is similar to the unix pipes. It's slower than APipe but it's capable to store any byte count.
Unlike APipe, ADynamicPipe never blocks the thread which can be useful in an asynchronous system.
> All members, including inherited
|
overridevirtual |
dst | destination buffer |
size | destination buffer's size. > 0 |
Implements IInputStream.
|
overridevirtual |
src | source buffer |
size | source buffer's size. > 0 |
Implements IOutputStream.
Contents