A FileEntry represents an entry in a FileCollection.
std::shared_ptr< FileEntry > pointer_t
A file entry reading from a stream.
std::shared_ptr< StreamEntry > pointer_t
virtual ~StreamEntry() override
Clean up a StreamEntry object.
virtual FileEntry::pointer_t clone() const override
Create a copy of the StreamEntry.
std::istream & getStream() const
Retrieve a reference to the istream object.
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.
Define the zipios::FileEntry class.