VCF::Base64Codec Class Reference
#include <vcf/FoundationKit/Base64Codec.h>
Static Public Member Functions | |
| static void | encode (const unsigned char *buffer, uint32 bufferSize, AnsiString &output, bool addLineBreak) |
| static void | decode (const AnsiString &input, unsigned char *buffer, uint32 &bufferSize) |
Static Public Attributes | |
| static char * | base64EncodingTable |
| static char | base64DecodingTable [] |
Member Function Documentation
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
Member Data Documentation
|
|
|
|
|
|
The documentation for this class was generated from the following file:
- vcf/FoundationKit/Base64Codec.h
