rikyoz / bit7z

A C++ static library offering a clean and simple interface to the 7-zip shared libraries.
https://rikyoz.github.io/bit7z
Mozilla Public License 2.0
611 stars 112 forks source link

[Feature Request]: Testing single entry or entries in archive #124

Open RScherzer opened 1 year ago

RScherzer commented 1 year ago

Feature description

Having an option to select which files of an archive can be used for "test" would be great.

like BitInputArchive::test() just with const std::vector< uint32_t >& indices as parameter

Additional context

No response

Code of Conduct

rikyoz commented 1 year ago

Having an option to select which files of an archive can be used for "test" would be great.

like BitInputArchive::test() just with const std::vector< uint32_t >& indices as parameter

Yeah, indeed! I'll add it to the next v4.1. Thank you for the suggestion!