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

HexEncoder Class Reference

Converts given data to base 16. More...

#include <hex.h>

Inheritance diagram for HexEncoder:

Filter BufferedTransformation List of all members.

Public Methods

 HexEncoder (BufferedTransformation *outQueue=NULL,bool uppercase=true)
void Put (byte inByte)
 input a byte for processing. More...

void Put (const byte *inString,unsigned int length)
 input multiple bytes. More...


Detailed Description

Converts given data to base 16.

Definition at line 10 of file hex.h.


Constructor & Destructor Documentation

HexEncoder::HexEncoder ( BufferedTransformation * outQueue = NULL,
bool uppercase = true )
 

Definition at line 11 of file hex.cpp.


Member Function Documentation

void HexEncoder::Put ( const byte * inString,
unsigned int length ) [virtual]
 

input multiple bytes.

Reimplemented from BufferedTransformation.

Definition at line 16 of file hex.cpp.

void HexEncoder::Put ( byte inByte ) [inline, virtual]
 

input a byte for processing.

Reimplemented from BufferedTransformation.

Definition at line 15 of file hex.h.

Referenced by Put().


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