#include <Base64.h>
|
static String | _getClassName () |
|
static String | encode (ByteArray bytes) |
|
static String | encode (const uint8_t *bytes, int32_t length) |
|
static ByteArray | decode (const String &str) |
|
◆ ~Base64()
virtual Lucene::Base64::~Base64 |
( |
| ) |
|
|
virtual |
◆ _getClassName()
static String Lucene::Base64::_getClassName |
( |
| ) |
|
|
inlinestatic |
◆ decode()
static ByteArray Lucene::Base64::decode |
( |
const String & |
str | ) |
|
|
static |
◆ encode() [1/2]
static String Lucene::Base64::encode |
( |
ByteArray |
bytes | ) |
|
|
static |
◆ encode() [2/2]
static String Lucene::Base64::encode |
( |
const uint8_t * |
bytes, |
|
|
int32_t |
length |
|
) |
| |
|
static |
◆ getClassName()
virtual String Lucene::Base64::getClassName |
( |
| ) |
|
|
inlinevirtual |
◆ isBase64()
static bool Lucene::Base64::isBase64 |
( |
wchar_t |
ch | ) |
|
|
staticprotected |
◆ shared_from_this()
boost::shared_ptr< Base64 > Lucene::Base64::shared_from_this |
( |
| ) |
|
|
inline |
◆ BASE64_CHARS
const String Lucene::Base64::BASE64_CHARS |
|
staticprotected |
The documentation for this class was generated from the following file: