Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ArrayXorSink Class Reference

Xor input to a memory buffer. More...

#include <filters.h>

Inheritance diagram for ArrayXorSink:

ArraySink Sink BufferedTransformation List of all members.

Public Methods

 ArrayXorSink (byte *buf,unsigned int size)
void Put (byte b)
 input a byte for processing. More...

void Put (const byte *str,unsigned int len)
 input multiple bytes. More...


Detailed Description

Xor input to a memory buffer.

Definition at line 386 of file filters.h.


Constructor & Destructor Documentation

ArrayXorSink::ArrayXorSink ( byte * buf,
unsigned int size ) [inline]
 

Definition at line 389 of file filters.h.


Member Function Documentation

void ArrayXorSink::Put ( const byte * str,
unsigned int len ) [inline, virtual]
 

input multiple bytes.

Reimplemented from ArraySink.

Definition at line 399 of file filters.h.

void ArrayXorSink::Put ( byte b ) [inline, virtual]
 

input a byte for processing.

Reimplemented from ArraySink.

Definition at line 392 of file filters.h.


The documentation for this class was generated from the following file:
Generated at Mon Jan 15 01:16:41 2001 for Crypto++ by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000