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

Public Methods | |
| FilterWithInputQueue (BufferedTransformation *attachment) | |
| void | Put (byte inByte) |
| input a byte for processing. More... | |
| void | Put (const byte *inString,unsigned int length) |
| input multiple bytes. More... | |
Protected Attributes | |
| ByteQueue | m_inQueue |
Definition at line 109 of file filters.h.
|
|
|
|
|
input multiple bytes.
Reimplemented from BufferedTransformation. |
|
|
input a byte for processing.
Reimplemented from BufferedTransformation. |
|
|
|
1.2.4 written by Dimitri van Heesch,
© 1997-2000