mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-14 17:10:31 +01:00

* feat(Zip): add checkConsistency() method for checking archive's consistency * refactor(Zip): check archive consistency when decompressing all files * test(Zip): add archive consistency tests * refactor(Zip): make archive consistency check optional * test(Zip): test optional consistency check