#include <filters.h>

Public Member Functions | |
| ArrayXorSink (byte *buf, size_t size) | |
| size_t | Put2 (const byte *begin, size_t length, int messageEnd, bool blocking) |
| byte * | CreatePutSpace (size_t &size) |
| size_t | AvailableSize () |
| lword | TotalPutLength () |
| void | IsolatedInitialize (const NameValuePairs ¶meters) |
| bool | IsolatedFlush (bool hardFlush, bool blocking) |
Protected Attributes | |
| byte * | m_buf |
| size_t | m_size |
| lword | m_total |
Definition at line 606 of file filters.h.
1.5.7.1