|
| |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
Base64 Class Reference#include <Base64.hpp>
List of all members.
Static Public Methods |
|
int | getDataLength (const XMLCh *const base64Data) |
| Get data length returns length of decoded data given an array containing encoded data. More...
|
XMLCh* | decode (const XMLCh *const base64Data,int &base64DataLen) |
| Decodes Base64 data into octects. More...
|
Member Function Documentation
XMLCh * Base64::decode (
|
const XMLCh *const base64Data,
|
|
int & base64DataLen ) [static]
|
|
|
Decodes Base64 data into octects.
-
Parameters:
-
binaryData
|
Byte array containing Base64 data |
-
Returns:
-
Array containind decoded data.
|
int Base64::getDataLength (
|
const XMLCh *const base64Data ) [static]
|
|
|
Get data length returns length of decoded data given an array containing encoded data.
-
Parameters:
-
base64Data
|
Byte array containing Base64 data |
-
Returns:
-
a -1 would be return if not
|
The documentation for this class was generated from the following file:
|
|
|