One owning JAR/ZIP entry, with its data stored uncompressed in memory.
More...
#include <types.hpp>
One owning JAR/ZIP entry, with its data stored uncompressed in memory.
Definition at line 282 of file types.hpp.
◆ comment
| std::string rpnx::cortado::jar_entry::comment |
Exact entry-comment bytes, excluding its wire length.
Definition at line 286 of file types.hpp.
◆ compression
Storage method to use when serializing.
Definition at line 288 of file types.hpp.
◆ data
| std::vector< std::byte > rpnx::cortado::jar_entry::data |
Owning uncompressed entry contents.
Definition at line 287 of file types.hpp.
◆ external_attributes
Preserved central-directory external attributes.
Definition at line 293 of file types.hpp.
◆ extra
| std::vector< std::byte > rpnx::cortado::jar_entry::extra |
Exact central-directory extra field, excluding its wire length.
Definition at line 285 of file types.hpp.
◆ flags
Preserved supported general-purpose flags.
Definition at line 289 of file types.hpp.
◆ internal_attributes
Preserved central-directory internal attributes.
Definition at line 292 of file types.hpp.
◆ modification_date
Packed last-modification date.
Definition at line 291 of file types.hpp.
◆ modification_time
Packed last-modification time.
Definition at line 290 of file types.hpp.
◆ name
| std::string rpnx::cortado::jar_entry::name |
Entry path bytes; use / separators for interoperable JAR names.
Definition at line 284 of file types.hpp.
The documentation for this struct was generated from the following file: