A file entry that does not use compression.
virtual ~DirectoryEntry() override
Clean up a DirectoryEntry object.
virtual pointer_t clone() const override
Create a copy of the DirectoryEntry.
virtual bool isEqual(FileEntry const &file_entry) const override
Compare two file entries for equality.
uint32_t computeCRC32() const
Compute the CRC32 of this file.
A FileEntry represents an entry in a FileCollection.
std::shared_ptr< FileEntry > pointer_t
Define the zipios::FileEntry class.