Alternate extraction interface: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Some unpackers cannot unpack files in ProcessFile. They need to unpack in CloseArchive. This unpackers mostly have a single unpack function for a single archive. This...") |
No edit summary |
||
Line 5: | Line 5: | ||
Forum discussion: http://www.ghisler.ch/board/viewtopic.php?p=299620#299620 | Forum discussion: http://www.ghisler.ch/board/viewtopic.php?p=299620#299620 | ||
{{backlink|Ideas and suggestions|Ideas and suggestions}} |
Latest revision as of 09:58, 19 March 2016
Some unpackers cannot unpack files in ProcessFile. They need to unpack in CloseArchive. This unpackers mostly have a single unpack function for a single archive. This has several downsides like no support for text search. There is also a performance problem as the files listed in ProcessFile have to be added to the single unpack function of the unpacker.
The idea is to introduce a new API function 'UnpackFiles'.
Forum discussion: http://www.ghisler.ch/board/viewtopic.php?p=299620#299620
Back to Ideas and suggestions