strigi/src/streams
pdftest.cpp File Reference
#include <strigi/strigiconfig.h>#include "fileinputstream.h"#include "stringstream.h"#include "gzipinputstream.h"#include "kmpsearcher.h"#include <ctype.h>#include <magic.h>
Go to the source code of this file.
Functions | |
| void | analyze (StreamBase< char > *s) |
| void | analyzeMime (const char *start, const char *end) |
| void | extractText (const char *start, const char *end) |
| void | extractText2 (const char *start, const char *end) |
| const char * | findDictStart (const char *start, const char *end) |
| bool | ispdfblank (char c) |
| bool | isPdfDelimiter (char c) |
| bool | isPdfWhitespace (char c) |
| int | main (int argc, char **argv) |
| const char * | nextStream (const char *start, const char *end) |
| void | saveFile (const char *start, const char *end, const char *suf=0) |
Variables | |
| int | count |
| KmpSearcher | endstream |
| KmpSearcher | filter |
| KmpSearcher | length |
| magic_t | magic |
| KmpSearcher | stream |
| KmpSearcher | type |
Function Documentation
| void analyze | ( | StreamBase< char > * | s | ) |
Definition at line 146 of file pdftest.cpp.
| void analyzeMime | ( | const char * | start, | |
| const char * | end | |||
| ) |
Definition at line 82 of file pdftest.cpp.
| void extractText | ( | const char * | start, | |
| const char * | end | |||
| ) |
Definition at line 99 of file pdftest.cpp.
| void extractText2 | ( | const char * | start, | |
| const char * | end | |||
| ) |
Definition at line 122 of file pdftest.cpp.
| const char* findDictStart | ( | const char * | start, | |
| const char * | end | |||
| ) |
Definition at line 161 of file pdftest.cpp.
| bool ispdfblank | ( | char | c | ) |
Definition at line 63 of file pdftest.cpp.
| bool isPdfDelimiter | ( | char | c | ) |
Definition at line 44 of file pdftest.cpp.
| bool isPdfWhitespace | ( | char | c | ) |
Definition at line 40 of file pdftest.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 255 of file pdftest.cpp.
| const char* nextStream | ( | const char * | start, | |
| const char * | end | |||
| ) |
Definition at line 183 of file pdftest.cpp.
| void saveFile | ( | const char * | start, | |
| const char * | end, | |||
| const char * | suf = 0 | |||
| ) |
Definition at line 68 of file pdftest.cpp.
Variable Documentation
| int count |
Definition at line 59 of file pdftest.cpp.
Definition at line 55 of file pdftest.cpp.
Definition at line 57 of file pdftest.cpp.
Definition at line 56 of file pdftest.cpp.
| magic_t magic |
Definition at line 60 of file pdftest.cpp.
Definition at line 54 of file pdftest.cpp.
Definition at line 58 of file pdftest.cpp.
KDE 4.4 API Reference