#include <filters.h>
Inheritance diagram for Source:

Public Methods | |
| Source (BufferedTransformation *outQ) | |
| virtual unsigned long | Pump (unsigned long pumpMax=ULONG_MAX)=0 |
| virtual unsigned int | PumpMessages (unsigned int count=UINT_MAX) |
| void | PumpAll () |
| void | Put (byte) |
| input a byte for processing. More... | |
| void | Put (const byte *,unsigned int length) |
| input multiple bytes. More... | |
| void | MessageEnd (int propagation=-1) |
| mark end of an input segment, message, or packet. More... | |
Definition at line 479 of file filters.h.
|
|
|
|
|
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. |
|
|
Definition at line 344 of file filters.cpp. |
|
|
|
|
|
input multiple bytes.
Reimplemented from BufferedTransformation. |
|
|
input a byte for processing.
Reimplemented from BufferedTransformation. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000