Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef INPUTSTREAMREADER_H
8 #define INPUTSTREAMREADER_H
32 virtual int32_t
read(
wchar_t* b, int32_t offset, int32_t
length);
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< UTF8DecoderStream > UTF8DecoderStreamPtr
Definition: LuceneTypes.h:556
boost::shared_ptr< Reader > ReaderPtr
Definition: LuceneTypes.h:547
Definition: AbstractAllTermDocs.h:12
virtual int64_t length()
The number of bytes in the stream.
Abstract class for reading character streams.
Definition: Reader.h:15
clucene.sourceforge.net