CLAS CL_ABAP_ZIP

Source Link
Open in ADT

Home
Previous Object: CL_ABAP_X_WRITER
Next Object: CL_ADDRESS_FORMAT

Status: RELEASED

Public
Type t_file TYPE cl_abap_zip=>t_file
Type t_files TYPE cl_abap_zip=>t_files
Type t_splice_entry TYPE cl_abap_zip=>t_splice_entry
Type t_splice_entries TYPE cl_abap_zip=>t_splice_entries
Attribute files TYPE cl_abap_zip=>t_files
Attribute support_unicode_names TYPE ABAP_BOOL
Static Attribute splice_rc TYPE I
Method load
  IMPORTING
    zip TYPE XSTRING
    check_header TYPE ABAP_BOOL Optional
  EXCEPTIONS zip_parse_error
Method save
  RETURNING zip TYPE XSTRING
Method get
  IMPORTING
    name TYPE STRING Optional
    index TYPE I Optional
  EXPORTING
    content TYPE XSTRING
  EXCEPTIONS zip_index_error
  EXCEPTIONS zip_decompression_error
Method add
  IMPORTING
    name TYPE STRING
    content TYPE xsequence
    compress_level TYPE I Optional
Method delete
  IMPORTING
    name TYPE STRING Optional
    index TYPE I Optional
  EXCEPTIONS zip_index_error
Static Method crc32
  IMPORTING
    content TYPE XSTRING
  RETURNING crc32 TYPE I
Static Method splice
  IMPORTING
    zip TYPE XSTRING
    support_unicode TYPE ABAP_BOOL Optional
  RETURNING entries TYPE cl_abap_zip=>t_splice_entries

Exists on:
754true
750true
702true

Bug reports and ideas welcome
Made using abaplint.app