CLucene - a full-featured, c++ search engine
API Documentation
#include <IndexInput.h>

Public Member Functions | |
| IndexInputStream (IndexInput *input) | |
| ~IndexInputStream () | |
| int32_t | fillBuffer (char *start, int32_t space) |
This class is used by the FieldReader to create binary fields. You can then use a GZipInputStream to read compressed data or any of the other JStream stream types.
| lucene::store::IndexInputStream::IndexInputStream | ( | IndexInput * | input | ) |
| lucene::store::IndexInputStream::~IndexInputStream | ( | ) |
| int32_t lucene::store::IndexInputStream::fillBuffer | ( | char * | start, | |
| int32_t | space | |||
| ) |