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 COMPRESS_BINARY Static method Public Method Compression of Binary Data in GZIP Format 20030428
2 COMPRESS_TEXT Static method Public Method Compression of Text in GZIP Format 20030428
3 DECOMPRESS_BINARY Static method Public Method Decompression of Zipped Binary Data 20030428
4 DECOMPRESS_TEXT 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 Importing COMPRESS_LEVEL Call by reference Type reference (TYPE) I 6 Komprimierungsgrad 20030428
2 Exporting GZIP_OUT Call by reference Type reference (TYPE) XSEQUENCE komprimierte Ausgabe 20030428
3 Exporting GZIP_OUT_LEN Call by reference Type reference (TYPE) I Länge der Ausgabe 20030428
4 Importing RAW_IN Call by reference Type reference (TYPE) XSEQUENCE Eingabetext (binär) 20030428
5 Importing RAW_IN_LEN Call by reference Type reference (TYPE) I -1 Länge der Eingabe 20030428
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID_RANGE Parameter mit ungültigem Wertebereich 20030429
2 CX_SY_BUFFER_OVERFLOW System-Exception bei GZIP 20030429
3 CX_SY_COMPRESSION_ERROR System-Exception: compression error 20121024

Method COMPRESS_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPRESS_LEVEL Call by reference Type reference (TYPE) I 6 Komprimierungsgrad 20030428
2 Importing CONVERSION Call by reference Type reference (TYPE) ABAP_ENCOD 'DEFAULT' Konvertierung nach UTF8 (UC) 20030428
3 Exporting GZIP_OUT Call by reference Type reference (TYPE) XSEQUENCE komprimierte Ausgabe 20030428
4 Exporting GZIP_OUT_LEN Call by reference Type reference (TYPE) I Länge der Ausgabe 20030428
5 Importing TEXT_IN Call by reference Type reference (TYPE) CSEQUENCE Eingabetext 20030428
6 Importing TEXT_IN_LEN Call by reference Type reference (TYPE) I -1 Länge der Eingabe 20030428
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID_RANGE Parameter mit ungültigem Wertebereich 20030429
2 CX_SY_BUFFER_OVERFLOW System-Exception bei GZIP (Ausgabepuffer zu kurz) 20030429
3 CX_SY_COMPRESSION_ERROR System-Exception: compression error 20121024
4 CX_SY_CONVERSION_CODEPAGE System-Exception bei Zeichensatzkonvertierung 20030428

Method DECOMPRESS_BINARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GZIP_IN Call by reference Type reference (TYPE) XSEQUENCE Eingabe der gezippten Binärdaten 20030428
2 Importing GZIP_IN_LEN Call by reference Type reference (TYPE) I -1 Länge der Eingabe 20030428
3 Exporting RAW_OUT Call by reference Type reference (TYPE) XSEQUENCE Dekomprimierte Ausgabe 20030428
4 Exporting RAW_OUT_LEN Call by reference Type reference (TYPE) I Länge der Ausgabe 20030428
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID_RANGE Parameter mit ungültigem Wertebereich 20030429
2 CX_SY_BUFFER_OVERFLOW System-Exception bei GZIP 20030429
3 CX_SY_COMPRESSION_ERROR System-Exception: compression error 20121024

Method DECOMPRESS_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONVERSION Call by reference Type reference (TYPE) ABAP_ENCOD 'DEFAULT' Konvertierung von UTF8 (UC) 20030428
2 Importing GZIP_IN Call by reference Type reference (TYPE) XSEQUENCE Eingabe der gezippten Daten 20030428
3 Importing GZIP_IN_LEN Call by reference Type reference (TYPE) I -1 Länge der Eingabe 20030428
4 Exporting TEXT_OUT Call by reference Type reference (TYPE) CSEQUENCE Dekomprimierte Ausgabe 20030428
5 Exporting TEXT_OUT_LEN Call by reference Type reference (TYPE) I Länge der Ausgabe 20030428
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID_RANGE Parameter mit ungültigem Wertebereich 20030429
2 CX_SY_BUFFER_OVERFLOW System-Exception bei GZIP 20030429
3 CX_SY_COMPRESSION_ERROR System-Exception: compression error 20030515
4 CX_SY_CONVERSION_CODEPAGE System-Exception bei Zeichensatzkonvertierung 20030428
History
Last changed by/on SAP  20130531 
SAP Release Created in 640