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
Abstract class for reading character streams.
Definition Reader.h:15
Definition AbstractAllTermDocs.h:12
boost::shared_ptr< UTF8DecoderStream > UTF8DecoderStreamPtr
Definition LuceneTypes.h:556
boost::shared_ptr< Reader > ReaderPtr
Definition LuceneTypes.h:547