ZipArchiveEntry

ZipArchiveEntry

Overview

ZipArchiveEntry is a class in Aspose.Cells FOSS for C++.

Represents an entry in a ZipArchive. Default-constructed instances are null.

This class provides 3 methods for working with ZipArchiveEntry objects in C++ programs. Available methods include: GetFullName, IsNull, Open. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
IsNull()boolReturns true if null is set.
Open()std::vector<uint8_t>Reads the entry content.
GetFullName()std::stringGets the full name/path of the entry.

See Also

 English