Crypto++
Public Member Functions
Grouper Class Reference

filter that breaks input stream into groups of fixed size More...

#include <basecode.h>

Inheritance diagram for Grouper:
Bufferless< Filter >

List of all members.

Public Member Functions

 Grouper (BufferedTransformation *attachment=NULL)
 Grouper (int groupSize, const std::string &separator, const std::string &terminator, BufferedTransformation *attachment=NULL)
void IsolatedInitialize (const NameValuePairs &parameters)
size_t Put2 (const byte *begin, size_t length, int messageEnd, bool blocking)
bool IsolatedFlush (bool hardFlush, bool blocking)

Detailed Description

filter that breaks input stream into groups of fixed size


The documentation for this class was generated from the following files: