strigi/src/streams
Strigi::FileInputStream Class Reference
#include <fileinputstream.h>
Inheritance diagram for Strigi::FileInputStream:

Detailed Description
Provides buffered access to a file.Definition at line 30 of file fileinputstream.h.
Public Member Functions | |
| FileInputStream (FILE *file, const char *filepath, int32_t buffersize=defaultBufferSize) | |
| FileInputStream (const char *filepath, int32_t buffersize=defaultBufferSize) | |
| ~FileInputStream () | |
Protected Member Functions | |
| void | open (FILE *file, const char *filepath, int32_t buffersize=defaultBufferSize) |
Constructor & Destructor Documentation
| FileInputStream::FileInputStream | ( | const char * | filepath, | |
| int32_t | buffersize = defaultBufferSize | |||
| ) | [explicit] |
Create an InputStream to access a file.
- Parameters:
-
filepath the name of the file to open buffersize the size of the buffer to use
Definition at line 32 of file fileinputstream.cpp.
| FileInputStream::FileInputStream | ( | FILE * | file, | |
| const char * | filepath, | |||
| int32_t | buffersize = defaultBufferSize | |||
| ) |
Definition at line 42 of file fileinputstream.cpp.
| FileInputStream::~FileInputStream | ( | ) |
Definition at line 87 of file fileinputstream.cpp.
Member Function Documentation
| void FileInputStream::open | ( | FILE * | file, | |
| const char * | filepath, | |||
| int32_t | buffersize = defaultBufferSize | |||
| ) | [protected] |
Definition at line 47 of file fileinputstream.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference