SAP ABAP Class CL_ABAP_GZIP (Class for (De)Compression (GZIP))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
ABAP_EXPIMP (Package) Package for EXPORT IMPORT
⤷
⤷
Properties
| Class | CL_ABAP_GZIP | |
| Short Description | Class for (De)Compression (GZIP) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ABAP_EXPIMP | Package for EXPORT IMPORT |
| Created | 20030409 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ABAP_GZIP has no forward declaration.
Interfaces
Class CL_ABAP_GZIP has no interface implemented.
Friends
Class CL_ABAP_GZIP has no friend class.
Attributes
Class CL_ABAP_GZIP has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Compression of Binary Data in GZIP Format | 20030428 | |
| 2 | Static method | Public | Method | Compression of Text in GZIP Format | 20030428 | |
| 3 | Static method | Public | Method | Decompression of Zipped Binary Data | 20030428 | |
| 4 | Static method | Public | Method | Decompression of Zipped Text | 20030428 |
Events
Class CL_ABAP_GZIP has no event.
Types
Class CL_ABAP_GZIP has no local type.
Method Signatures
Method COMPRESS_BINARY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPRESS_LEVEL | Call by reference | Type reference (TYPE) | I | 6 | Komprimierungsgrad | 20030428 | ||
| 2 | GZIP_OUT | Call by reference | Type reference (TYPE) | XSEQUENCE | komprimierte Ausgabe | 20030428 | |||
| 3 | GZIP_OUT_LEN | Call by reference | Type reference (TYPE) | I | Länge der Ausgabe | 20030428 | |||
| 4 | RAW_IN | Call by reference | Type reference (TYPE) | XSEQUENCE | Eingabetext (binär) | 20030428 | |||
| 5 | RAW_IN_LEN | Call by reference | Type reference (TYPE) | I | -1 | Länge der Eingabe | 20030428 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Parameter mit ungültigem Wertebereich | 20030429 | ||
| 2 | System-Exception bei GZIP | 20030429 | ||
| 3 | System-Exception: compression error | 20121024 |
Method COMPRESS_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPRESS_LEVEL | Call by reference | Type reference (TYPE) | I | 6 | Komprimierungsgrad | 20030428 | ||
| 2 | CONVERSION | Call by reference | Type reference (TYPE) | ABAP_ENCOD | 'DEFAULT' | Konvertierung nach UTF8 (UC) | 20030428 | ||
| 3 | GZIP_OUT | Call by reference | Type reference (TYPE) | XSEQUENCE | komprimierte Ausgabe | 20030428 | |||
| 4 | GZIP_OUT_LEN | Call by reference | Type reference (TYPE) | I | Länge der Ausgabe | 20030428 | |||
| 5 | TEXT_IN | Call by reference | Type reference (TYPE) | CSEQUENCE | Eingabetext | 20030428 | |||
| 6 | TEXT_IN_LEN | Call by reference | Type reference (TYPE) | I | -1 | Länge der Eingabe | 20030428 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Parameter mit ungültigem Wertebereich | 20030429 | ||
| 2 | System-Exception bei GZIP (Ausgabepuffer zu kurz) | 20030429 | ||
| 3 | System-Exception: compression error | 20121024 | ||
| 4 | System-Exception bei Zeichensatzkonvertierung | 20030428 |
Method DECOMPRESS_BINARY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GZIP_IN | Call by reference | Type reference (TYPE) | XSEQUENCE | Eingabe der gezippten Binärdaten | 20030428 | |||
| 2 | GZIP_IN_LEN | Call by reference | Type reference (TYPE) | I | -1 | Länge der Eingabe | 20030428 | ||
| 3 | RAW_OUT | Call by reference | Type reference (TYPE) | XSEQUENCE | Dekomprimierte Ausgabe | 20030428 | |||
| 4 | RAW_OUT_LEN | Call by reference | Type reference (TYPE) | I | Länge der Ausgabe | 20030428 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Parameter mit ungültigem Wertebereich | 20030429 | ||
| 2 | System-Exception bei GZIP | 20030429 | ||
| 3 | System-Exception: compression error | 20121024 |
Method DECOMPRESS_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONVERSION | Call by reference | Type reference (TYPE) | ABAP_ENCOD | 'DEFAULT' | Konvertierung von UTF8 (UC) | 20030428 | ||
| 2 | GZIP_IN | Call by reference | Type reference (TYPE) | XSEQUENCE | Eingabe der gezippten Daten | 20030428 | |||
| 3 | GZIP_IN_LEN | Call by reference | Type reference (TYPE) | I | -1 | Länge der Eingabe | 20030428 | ||
| 4 | TEXT_OUT | Call by reference | Type reference (TYPE) | CSEQUENCE | Dekomprimierte Ausgabe | 20030428 | |||
| 5 | TEXT_OUT_LEN | Call by reference | Type reference (TYPE) | I | Länge der Ausgabe | 20030428 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Parameter mit ungültigem Wertebereich | 20030429 | ||
| 2 | System-Exception bei GZIP | 20030429 | ||
| 3 | System-Exception: compression error | 20030515 | ||
| 4 | System-Exception bei Zeichensatzkonvertierung | 20030428 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 640 |