Inherits YGP::FileTypeCheckerByExtension.
Public Member Functions | |
| FileTypeCheckerByCaseExt () | |
| ~FileTypeCheckerByCaseExt () | |
| virtual unsigned int | getType (const char *file) const |
MS Office document) by the extension of the file (ignoring the case)
| YGP::FileTypeCheckerByCaseExt::FileTypeCheckerByCaseExt | ( | ) | [inline] |
Defaultconstructor.
| YGP::FileTypeCheckerByCaseExt::~FileTypeCheckerByCaseExt | ( | ) |
Destructor.
| unsigned int YGP::FileTypeCheckerByCaseExt::getType | ( | const char * | file | ) | const [virtual] |
Gets the type of the passed file.
Returns the type of the file (e.g.
| file | File to analyse |
| file | File to inspect |
Reimplemented from YGP::FileTypeCheckerByExtension.