BASE64_DECODER Class Reference
#include <mi32/base64.h>
List of all members.
Constructor & Destructor Documentation
| BASE64_DECODER::BASE64_DECODER |
( |
|
) |
|
| virtual BASE64_DECODER::~BASE64_DECODER |
( |
|
) |
[virtual] |
Member Function Documentation
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 |
) |
|
| 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: