use this class to read and write data in base64.
More...
#include <OSBase64.h>
|
static std::string | encodeb64 (char *bytes, int size) |
| encode the data in base 64 More...
|
|
static std::string | decodeb64 (char *b64bytes) |
| decode the data in base 64 More...
|
|
use this class to read and write data in base64.
- Author
- Robert Fourer, Jun Ma, Kipp Martin
- Version
- 1.0, 03/14/2004
- Since
- OS 1.0
Definition at line 33 of file OSBase64.h.
◆ Base64()
◆ ~Base64()
◆ encodeb64()
static std::string Base64::encodeb64 |
( |
char * |
bytes, |
|
|
int |
size |
|
) |
| |
|
static |
encode the data in base 64
- Parameters
-
bytes | is the input to be encoded. |
size | is the size of the pointer in bytes |
- Returns
- a string in base 64 format.
◆ decodeb64()
static std::string Base64::decodeb64 |
( |
char * |
b64bytes | ) |
|
|
static |
decode the data in base 64
- Parameters
-
b64bytes | is the input to be decoded |
- Returns
- a string that is decoded.
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/OS-2.10.1/src/OSUtils/OSBase64.h