Exemplo n.º 1
0
 public MsOfficeAnalyzer()
 {
     dictTrie = new DictionaryTrie(MsDocTypes);
 }
Exemplo n.º 2
0
 public MicrosoftCompoundDocumentFileAnalyzer()
 {
     this.dictTrie = new DictionaryTrie(CompoundDocumentTypes);
 }