Add note about upcoming changes

This commit is contained in:
Matt Nadareski
2025-08-23 11:35:27 -04:00
parent 0f186634f2
commit 9b49f7c597

View File

@@ -88,6 +88,8 @@ namespace ExtractionTool
return;
}
// TODO: When extractable wrapper types are exposed to this, use them instead of guessing
// Get the file type
WrapperType ft = WrapperFactory.GetFileType(magic, extension);
var wrapper = WrapperFactory.CreateWrapper(ft, stream);