1 #ifndef FILELOADER_BOUT_H 2 #define FILELOADER_BOUT_H 54 string DetectFileType(
unsigned char *buf,
size_t buflen,
float& matchness)
const;
61 static void RunUnitTests(
int& nSucceeded,
int& nFailures);
65 #endif // FILELOADER_BOUT_H static void RunUnitTests(int &nSucceeded, int &nFailures)
string DetectFileType(unsigned char *buf, size_t buflen, float &matchness) const
Attempt to detect file type.
bool LoadIntoComponent(refcount_ptr< Component > component, ostream &messages) const
Loads the file into a Component.
FileLoader_bout(const string &filename)
Base class for unit testable classes.