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

Public Methods | |
| NetworkSink (unsigned int maxBufferSize,bool autoFlush) | |
| void | Put (byte b) |
| input a byte for processing. More... | |
| void | Put (const byte *str,unsigned int bc) |
| input multiple bytes. More... | |
| void | MessageEnd (int propagation=-1) |
| mark end of an input segment, message, or packet. More... | |
| unsigned int | TimedFlush (unsigned long maxTime) |
| void | SetMaxBufferSize (unsigned int maxBufferSize) |
| void | SetAutoFlush (bool autoFlush=true) |
| unsigned int | GetMaxBufferSize ()const |
| unsigned int | GetCurrentBufferSize ()const |
Definition at line 86 of file network.h.
|
|
|
|
|
Reimplemented from NonblockingSink. |
|
|
Reimplemented from NonblockingSink. |
|
|
mark end of an input segment, message, or packet. propagation != 0 means pass on the signal to attached BufferedTransformation objects, with propagation decremented at each step until it reaches 0. -1 means unlimited propagation. Reimplemented from BufferedTransformation. |
|
|
input multiple bytes.
Reimplemented from BufferedTransformation. Definition at line 105 of file network.cpp. |
|
|
input a byte for processing.
Reimplemented from BufferedTransformation. |
|
|
Reimplemented from NonblockingSink. |
|
|
Reimplemented from NonblockingSink. |
|
|
Reimplemented from NonblockingSink. Definition at line 123 of file network.cpp. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000