Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
37 virtual void readBytes(uint8_t* b, int32_t offset, int32_t length) = 0;
48 virtual void readBytes(uint8_t* b, int32_t offset, int32_t length,
bool useBuffer);
83 virtual int32_t
readChars(
wchar_t* buffer, int32_t start, int32_t length);
104 virtual void seek(int64_t pos) = 0;
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition: LuceneTypes.h:539
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
clucene.sourceforge.net