RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
Loading...
Searching...
No Matches
rpnx::cortado::jar_file Struct Reference

An owning JAR archive representation. More...

#include <types.hpp>

Public Attributes

std::vector< jar_entryentries
 Entries in central-directory order; duplicate names remain distinct.
 
std::string comment
 Exact end-of-central-directory archive comment.
 

Detailed Description

An owning JAR archive representation.

Entry order is preserved.

Definition at line 298 of file types.hpp.

Member Data Documentation

◆ comment

std::string rpnx::cortado::jar_file::comment

Exact end-of-central-directory archive comment.

Definition at line 301 of file types.hpp.

◆ entries

std::vector< jar_entry > rpnx::cortado::jar_file::entries

Entries in central-directory order; duplicate names remain distinct.

Definition at line 300 of file types.hpp.


The documentation for this struct was generated from the following file: