Crypto++
|
Copy input to a memory buffer. More...
#include <filters.h>
Public Member Functions | |
ArraySink (const NameValuePairs ¶meters=g_nullNameValuePairs) | |
ArraySink (byte *buf, size_t size) | |
size_t | AvailableSize () |
lword | TotalPutLength () |
void | IsolatedInitialize (const NameValuePairs ¶meters) |
byte * | CreatePutSpace (size_t &size) |
size_t | Put2 (const byte *begin, size_t length, int messageEnd, bool blocking) |
bool | IsolatedFlush (bool hardFlush, bool blocking) |
Protected Attributes | |
byte * | m_buf |
size_t | m_size |
lword | m_total |
Copy input to a memory buffer.