Lightweight 0.20251202.0
Loading...
Searching...
No Matches
Lightweight::Zip::ZipArchive Member List

This is the complete list of members for Lightweight::Zip::ZipArchive, including all inherited members.

AddBuffer(std::string_view name, std::span< uint8_t const > data, CompressionMethod method=CompressionMethod::Deflate, uint32_t level=6)Lightweight::Zip::ZipArchive
AddString(std::string_view name, std::string_view content, CompressionMethod method=CompressionMethod::Deflate, uint32_t level=6)Lightweight::Zip::ZipArchive
Close()Lightweight::Zip::ZipArchive
Create(std::filesystem::path const &path)Lightweight::Zip::ZipArchivestatic
CreateOrTruncate(std::filesystem::path const &path)Lightweight::Zip::ZipArchivestatic
Discard() noexceptLightweight::Zip::ZipArchive
EntryCount() const noexceptLightweight::Zip::ZipArchive
ForEachEntry(std::function< bool(zip_int64_t, std::string_view, zip_uint64_t)> const &callback) constLightweight::Zip::ZipArchive
GetAllEntries() constLightweight::Zip::ZipArchive
GetEntryInfo(zip_int64_t index) constLightweight::Zip::ZipArchive
IsOpen() const noexceptLightweight::Zip::ZipArchive
LocateEntry(std::string_view name) constLightweight::Zip::ZipArchive
NativeHandle() const noexceptLightweight::Zip::ZipArchive
Open(std::filesystem::path const &path)Lightweight::Zip::ZipArchivestatic
OpenEntry(zip_int64_t index) constLightweight::Zip::ZipArchive
operator=(ZipArchive const &)=delete (defined in Lightweight::Zip::ZipArchive)Lightweight::Zip::ZipArchive
operator=(ZipArchive &&other) noexceptLightweight::Zip::ZipArchive
ReadEntry(zip_int64_t index) constLightweight::Zip::ZipArchive
ReadEntryAsString(zip_int64_t index) constLightweight::Zip::ZipArchive
ZipArchive(ZipArchive const &)=delete (defined in Lightweight::Zip::ZipArchive)Lightweight::Zip::ZipArchive
ZipArchive(ZipArchive &&other) noexceptLightweight::Zip::ZipArchive
~ZipArchive() noexceptLightweight::Zip::ZipArchive