FirteX-高性能全文索引和检索平台API Documentation |
#include <FSIndexInput.h>
继承图,类firtex::store::CFSIndexInput

公有成员 | |
| CFSIndexInput (const tchar *filename) | |
| CFSIndexInput (const tchar *filename, char *buffer, size_t buffsize) | |
| CFSIndexInput (const tchar *filename, size_t buffsize) | |
| virtual | ~CFSIndexInput () |
| void | readInternal (char *b, size_t offset, size_t len) |
| void | close () |
| CIndexInput * | clone (char *buffer, size_t buffsize) |
| CIndexInput * | clone () |
保护成员 | |
| void | seekInternal (int64_t position) |
保护属性 | |
| int | m_fileHandle |
| tstring | m_filename |
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
克隆一个CIndexInput对象,克隆对象使用自己私有的内存作为缓冲 |
|
||||||||||||
|
克隆一个CIndexInput对象,克隆对象使用buffer作为缓冲
|
|
|
关闭文件,子类需实现 |
|
||||||||||||||||
|
从文件中当前位置读数据,子类需实现此函数
|
|
|
实现文件定位操作,readInternal的读操作从这个位置开始,需子类实现
|
|
|
|
|
|
|
http://www.firtex.org http://www.sourceforge.net/projects/firtex