@note Size() returns compressed file size inside zip
| 39 | |
| 40 | /// @note Size() returns compressed file size inside zip |
| 41 | uint64_t UncompressedSize() const { return m_uncompressedFileSize; } |
| 42 | |
| 43 | /// @warning Can also throw Writer::OpenException and Writer::WriteException |
| 44 | static void UnzipFile(std::string const & zipContainer, std::string const & fileInZip, Delegate & delegate); |