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

HexDecoder Class Reference

Decode 16 bit data back to bytes. More...

#include <hex.h>

Inheritance diagram for HexDecoder:

Filter BufferedTransformation List of all members.

Public Methods

 HexDecoder (BufferedTransformation *outQueue=NULL)
void Put (byte inByte)
 input a byte for processing. More...

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

void MessageEnd (int propagate=-1)
 mark end of an input segment, message, or packet. More...


Detailed Description

Decode 16 bit data back to bytes.

Definition at line 28 of file hex.h.


Constructor & Destructor Documentation

HexDecoder::HexDecoder ( BufferedTransformation * outQueue = NULL ) [inline]
 

Definition at line 31 of file hex.h.


Member Function Documentation

void HexDecoder::MessageEnd ( int propagate = -1 ) [virtual]
 

mark end of an input segment, message, or packet.

propagation != 0 means pass on the signal to attached BufferedTransformation objects, with propagation decremented at each step until it reaches 0. -1 means unlimited propagation.

Reimplemented from BufferedTransformation.

Definition at line 28 of file hex.cpp.

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

input multiple bytes.

Reimplemented from BufferedTransformation.

Definition at line 22 of file hex.cpp.

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

input a byte for processing.

Reimplemented from BufferedTransformation.

Definition at line 34 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