23 static String
encode(ByteArray bytes);
24 static String
encode(
const uint8_t* bytes, int32_t length);
25 static ByteArray
decode(
const String& str);
static bool isBase64(wchar_t ch)
Base class for all Lucene classes.
Definition: LuceneObject.h:31
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12
static ByteArray decode(const String &str)
static const String BASE64_CHARS
Definition: Base64.h:17
static String encode(ByteArray bytes)