zip_archive_stream_fd

Defined in header: <orcus/zip_archive_stream.hpp>

class zip_archive_stream_fd : public orcus::zip_archive_stream

Zip archive based on file descriptor. The caller needs to provide the file path to the zip archive.

Public Functions

zip_archive_stream_fd() = delete
zip_archive_stream_fd(const char *filepath)
virtual ~zip_archive_stream_fd()
virtual size_t size() const
virtual size_t tell() const
virtual void seek(size_t pos)
virtual void read(std::span<uint8_t> buffer) const