Constructs an AliasBlockFile. Constructs an AliasBlockFile based on the given information about the aliased file. Note that derived classes /must/ call AliasBlockFile::WriteSummary() in their constructors for the summary file to be correctly written to disk.
Definition at line 508 of file BlockFile.cpp. : BlockFile(wxFileName(baseFileName.GetFullPath() + wxT(".auf")), aliasLen), mAliasedFileName(aliasedFileName), mAliasStart(aliasStart), mAliasChannel(aliasChannel) { mSilentAliasLog=FALSE; }
|