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

Public Member Functions | |
| EncodingInputStream (InputStream *i, const char *inenc, const char *outenc=0) | |
| ~EncodingInputStream () | |
Detailed Description
Definition at line 30 of file encodinginputstream.h.
Constructor & Destructor Documentation
| EncodingInputStream::EncodingInputStream | ( | InputStream * | i, | |
| const char * | inenc, | |||
| const char * | outenc = 0 | |||
| ) |
- Parameters:
-
i the input stream to encode inenc the encoding of the input stream outenc the encoding of the input stream, default is UTF-8 no encoding is given
Definition at line 60 of file encodinginputstream.cpp.
| EncodingInputStream::~EncodingInputStream | ( | ) |
Definition at line 83 of file encodinginputstream.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference