const Uri & uri() const override
Get the URI associated with this resource.
void close() override
Close the stream(s) in the resource.
Definition: ZipEntryByteReadResource.hpp:41
std::istream & readStream() override
Get the input stream of the byte read resource.
Definition: ZipEntryByteReadResource.hpp:47
An entry in a zip archive on the local file system.
Definition: ZipEntry.hpp:35
A read-only entry in a zip file which is read as bytes.
Definition: ZipEntryByteReadResource.hpp:34