#include <network.h>
Inheritance diagram for NonblockingSink:

Public Methods | |
| void | Flush (bool completeFlush,int propagation=-1) |
| process everything in internal buffers and output them. More... | |
| virtual unsigned int | TimedFlush (unsigned long maxTime)=0 |
| virtual void | SetMaxBufferSize (unsigned int maxBufferSize)=0 |
| virtual void | SetAutoFlush (bool autoFlush=true)=0 |
| virtual unsigned int | GetMaxBufferSize ()const=0 |
| virtual unsigned int | GetCurrentBufferSize ()const=0 |
Definition at line 44 of file network.h.
|
|
process everything in internal buffers and output them. throws exception if completeFlush == true and it's not possible to flush everything Reimplemented from BufferedTransformation. Definition at line 47 of file network.h. Referenced by NetworkSink::Put(). |
1.2.4 written by Dimitri van Heesch,
© 1997-2000