Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
23 static String
encode(ByteArray bytes);
24 static String
encode(
const uint8_t* bytes, int32_t length);
25 static ByteArray
decode(
const String& str);
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
static ByteArray decode(const String &str)
static const String BASE64_CHARS
Definition: Base64.h:17
static String encode(const uint8_t *bytes, int32_t length)
static String encode(ByteArray bytes)
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
static bool isBase64(wchar_t ch)
clucene.sourceforge.net