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

Public Member Functions | |
| FileInputStream (const char *filepath, int32_t buffersize=defaultBufferSize) | |
| ~FileInputStream () | |
| int32_t | fillBuffer (char *start, int32_t space) |
Static Public Attributes | |
| static const int32_t | defaultBufferSize |
| jstreams::FileInputStream::FileInputStream | ( | const char * | filepath, | |
| int32_t | buffersize = defaultBufferSize | |||
| ) |
| jstreams::FileInputStream::~FileInputStream | ( | ) |
| int32_t jstreams::FileInputStream::fillBuffer | ( | char * | start, | |
| int32_t | space | |||
| ) |
const int32_t jstreams::FileInputStream::defaultBufferSize [static] |