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

Public Methods | |
| ArraySink (byte *buf,unsigned int size) | |
| unsigned int | AvailableSize () |
| unsigned long | TotalPutLength () |
| void | Put (byte b) |
| input a byte for processing. More... | |
| void | Put (const byte *str,unsigned int len) |
| input multiple bytes. More... | |
Protected Attributes | |
| byte* | m_buf |
| unsigned int | m_size |
| unsigned long | m_total |
Definition at line 357 of file filters.h.
|
|
|
|
|
|
|
|
input multiple bytes.
Reimplemented from BufferedTransformation. Reimplemented in ArrayXorSink. |
|
|
input a byte for processing.
Reimplemented from BufferedTransformation. Reimplemented in ArrayXorSink. |
|
|
|
|
|
|
|
|
|
|
|
|
1.2.4 written by Dimitri van Heesch,
© 1997-2000