#include <Base64.h>
Static Public Member Functions |
static String | _getClassName () |
static String | encode (ByteArray bytes) |
static String | encode (const uint8_t *bytes, int32_t length) |
static ByteArray | decode (const String &str) |
Static Protected Member Functions |
static bool | isBase64 (wchar_t ch) |
Static Protected Attributes |
static const String | BASE64_CHARS |
Constructor & Destructor Documentation
virtual Lucene::Base64::~Base64 |
( |
| ) |
|
|
virtual |
Member Function Documentation
static String Lucene::Base64::_getClassName |
( |
| ) |
|
|
inlinestatic |
static ByteArray Lucene::Base64::decode |
( |
const String & |
str | ) |
|
|
static |
static String Lucene::Base64::encode |
( |
ByteArray |
bytes | ) |
|
|
static |
static String Lucene::Base64::encode |
( |
const uint8_t * |
bytes, |
|
|
int32_t |
length |
|
) |
| |
|
static |
virtual String Lucene::Base64::getClassName |
( |
| ) |
|
|
inlinevirtual |
static bool Lucene::Base64::isBase64 |
( |
wchar_t |
ch | ) |
|
|
staticprotected |
boost::shared_ptr< Base64 > Lucene::Base64::shared_from_this |
( |
| ) |
|
|
inline |
Field Documentation
const String Lucene::Base64::BASE64_CHARS |
|
staticprotected |
The documentation for this class was generated from the following file: