BASE64_DECODER Class Reference

#include <mi32/base64.h>

List of all members.

Public Member Functions

 BASE64_DECODER ()
virtual ~BASE64_DECODER ()
ERRVALUE Decode (GENERICRW &stream, INT64 size=-1)
ERRVALUE Decode (const char *buffer)
ERRVALUE Decode (const FILEPATH &filepath)

Private Member Functions

virtual ERRVALUE v_ShowStatus (double PercentDone)
virtual ERRVALUE v_Write (const UINT8 *buffer, int numbytes)=0

Constructor & Destructor Documentation

BASE64_DECODER::BASE64_DECODER (  ) 
virtual BASE64_DECODER::~BASE64_DECODER (  )  [virtual]

Member Function Documentation

ERRVALUE BASE64_DECODER::Decode ( GENERICRW stream,
INT64  size = -1 
)

Decode data from a GENERICRW stream.

If size is supplied by the caller, it will only read and decode that many bytes of input. This is useful for decoding base-64 data which is embeded in a larger stream of data.

ERRVALUE BASE64_DECODER::Decode ( const char *  buffer  ) 

Decode character stream.

ERRVALUE BASE64_DECODER::Decode ( const FILEPATH filepath  ) 

Decode a file.

virtual ERRVALUE BASE64_DECODER::v_ShowStatus ( double  PercentDone  )  [private, virtual]
virtual ERRVALUE BASE64_DECODER::v_Write ( const UINT8 buffer,
int  numbytes 
) [private, pure virtual]

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

Generated on Sun Oct 7 21:33:13 2012 for TNTsdk 2012 by  doxygen 1.6.1