void writerInitialize( int i );
i - the machineId number for initialization.
called before the searcher starts.
void writeFile( const char *sFilename, const char *sFolder, const unsigned int nSize );
sFilename - the filename.
sFolder - the folder where the file is located.
nSize - the size of the file.
called for every file found by the searcher.
void writerFinalize( void );
called after the searcher has finished.