37 virtual int32_t
read(
wchar_t* buffer, int32_t offset, int32_t length);
#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
Convenience class for reading character files.
Definition FileReader.h:15
virtual int32_t read()
Read a single character.
ifstreamPtr file
Definition FileReader.h:24
static const int32_t FILE_EOF
Definition FileReader.h:29
virtual int32_t read(wchar_t *buffer, int32_t offset, int32_t length)
Read characters into a portion of an array.
virtual int64_t length()
The number of bytes in the file.
FileReader(const String &fileName)
Creates a new FileReader, given the file name to read from.
ByteArray fileBuffer
Definition FileReader.h:26
static const int32_t FILE_ERROR
Definition FileReader.h:30
virtual bool markSupported()
Tell whether this stream supports the mark() operation.
virtual void close()
Close the stream.
virtual void reset()
Reset the stream.
int64_t _length
Definition FileReader.h:25
Abstract class for reading character streams.
Definition Reader.h:15
Definition AbstractAllTermDocs.h:12