7#ifndef REUSABLESTRINGREADER_H
8#define REUSABLESTRINGREADER_H
29 virtual void init(
const String&
s);
34 virtual int32_t
read(
wchar_t* buffer, int32_t offset, int32_t
length);
#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
virtual int32_t read()
Read a single character.
virtual int64_t length()
The number of bytes in the stream.
virtual int32_t read(wchar_t *buffer, int32_t offset, int32_t length)
Read characters into a portion of an array.
virtual void init(const String &s)
int32_t upto
Definition ReusableStringReader.h:24
int32_t left
Definition ReusableStringReader.h:25
virtual ~ReusableStringReader()
String s
Definition ReusableStringReader.h:26
virtual void close()
Close the stream.
Definition AbstractAllTermDocs.h:12