Signature
METHODS load
IMPORTING content TYPE xstring
RETURNING VALUE(self) TYPE REF TO /ork/if_io_zip_file.
| Library | Role | Version | License |
|---|---|---|---|
| Astro | Site framework | 6.3.1 | MIT |
| Astro React | React integration | 5.0.4 | MIT |
| Astro Sitemap | Sitemap generation | 3.7.2 | MIT |
| UI5 Web Components | UI primitives | 2.22.0 | Apache-2.0 |
| UI5 Web Components Fiori | Fiori shell components | 2.22.0 | Apache-2.0 |
| UI5 Web Components Icons | Icon set | 2.22.0 | Apache-2.0 |
| UI5 Web Components React | React wrappers | 2.22.0 | Apache-2.0 |
| React | UI runtime | 19.2.6 | MIT |
| React DOM | DOM renderer | 19.2.6 | MIT |
| Shiki | Syntax highlighting | 4.0.2 | MIT |
METHODS load
IMPORTING content TYPE xstring
RETURNING VALUE(self) TYPE REF TO /ork/if_io_zip_file.METHODS save RETURNING VALUE(result) TYPE xstring.METHODS get IMPORTING !name TYPE string
!index TYPE i DEFAULT 0
RETURNING VALUE(result) TYPE xstring.METHODS add IMPORTING !name TYPE string
content TYPE xstring
RETURNING VALUE(self) TYPE REF TO /ork/if_io_zip_file.METHODS delete IMPORTING !name TYPE string
!index TYPE i DEFAULT 0
RETURNING VALUE(self) TYPE REF TO /ork/if_io_zip_file.METHODS file_entry IMPORTING !index TYPE i
RETURNING VALUE(result) TYPE ty_s_file_entry.METHODS count RETURNING VALUE(result) TYPE i.BEGIN OF ty_s_file_entry, " CL_ABAP_ZIP=>T_FILE .