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
| Signature | Description |
|---|---|
IsNull() → bool | Returns true if null is set. |
Open() → std::vector<uint8_t> | Reads the entry content. |
GetFullName() → std::string | Gets the full name/path of the entry. |