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

Public Methods | |
| HashFilter (HashModule &hm,BufferedTransformation *outQueue=NULL,bool putMessage=false) | |
| void | MessageEnd (int propagation=-1) |
| mark end of an input segment, message, or packet. More... | |
| void | Put (byte inByte) |
| input a byte for processing. More... | |
| void | Put (const byte *inString,unsigned int length) |
| input multiple bytes. More... | |
Definition at line 138 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 264 of file filters.cpp. |
|
|
input multiple bytes.
Reimplemented from BufferedTransformation. Definition at line 257 of file filters.cpp. |
|
|
input a byte for processing.
Reimplemented from BufferedTransformation. Definition at line 250 of file filters.cpp. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000