~ZipEntry() noexcept
Destructor. Closes the entry if open.
ZipEntry(ZipEntry &&other) noexcept
Move constructor. Transfers ownership of the file handle.
ZipEntry & operator=(ZipEntry &&other) noexcept
Move assignment operator. Transfers ownership of the file handle.