SAP ABAP Class CL_ABAP_UNGZIP_BINARY_STREAM (Class for Data Decompression (UnGzip, Streaming))
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_UNGZIP_BINARY_STREAM  
Short Description Class for Data Decompression (UnGzip, Streaming)    
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 20030514   SAP 
Last change 20030604   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ABAP_UNGZIP_BINARY_STREAM has no interface implemented.
Friends
Class CL_ABAP_UNGZIP_BINARY_STREAM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DS Instance attribute Private Type reference (TYPE) %_C_POINTER Decompress Handle 20030514
2 FIRST Constant Public Type reference (TYPE) I 0 First Part of Stream 20030514
3 LAST Constant Public Type reference (TYPE) I 2 Last Part of Stream 20030514
4 NEXT Constant Public Type reference (TYPE) I 1 Next Part of Stream 20030514
5 OUTPUT_HANDLER Instance attribute Private Object reference (TYPE REF TO) IF_ABAP_UNGZIP_BINARY_HANDLER Ouput Handler Method 20030514
6 OUT_BUF Instance attribute Private Object reference (TYPE REF TO) DATA Reference to Output Buffer 20030514
7 OUT_BUF_FILL Instance attribute Private Type reference (TYPE) I Fill Level of Output Buffer 20030514
8 OUT_BUF_LEN Instance attribute Private Type reference (TYPE) I Length of Output Buffer 20030514
9 PART Instance attribute Private Type reference (TYPE) I 0 Segment 20030514
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20030514
2 DECOMPRESS_BINARY_STREAM Instance method Public Method Decompress Input 20030514
3 DECOMPRESS_BINARY_STREAM_END Instance method Public Method End of Decompresson 20030514
4 SET_OUT_BUF Instance method Public Method Retrieve Output Buffer 20030514
5 _CLOSE_DS_HANDLER Instance method Private Method Kernel Method: Close Decompress Handle 20030514
6 _DECOMPRESS_BINARY_STREAM Instance method Private Method Kernel Method for Decompression 20030514
7 _SET_DS_HANDLER Instance method Private Method Kernel Method: Create Decompress Handle 20030514
Events
Class CL_ABAP_UNGZIP_BINARY_STREAM has no event.
Types
Class CL_ABAP_UNGZIP_BINARY_STREAM has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OUTPUT_HANDLER Call by reference Object reference (TYPE REF TO) IF_ABAP_UNGZIP_BINARY_HANDLER Callback-Methode zur Beh. des Ausgabe-Puffers 20030514
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID_RANGE Parameter mit ungültigem Wertebereich 20030514

Method DECOMPRESS_BINARY_STREAM 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 kompr. Eingabe 20030514
2 Importing GZIP_IN_LEN Call by reference Type reference (TYPE) I -1 Länge der kompr. Eingabe 20030514
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID_RANGE Parameter mit ungültigem Wertebereich 20030514
2 CX_SY_COMPRESSION_ERROR System-Exception: compression error 20030515
3 CX_SY_CONVERSION_CODEPAGE System-Exception bei Zeichensatzkonvertierung 20030514

Method DECOMPRESS_BINARY_STREAM_END 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 kompr. Eingabe 20030528
2 Importing GZIP_IN_LEN Call by reference Type reference (TYPE) I -1 Länge der kompr. Eingabe 20030528
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID_RANGE Parameter mit ungültigem Wertebereich 20030603
2 CX_SY_COMPRESSION_ERROR System-Exception: compression error 20030603
3 CX_SY_CONVERSION_CODEPAGE System-Exception bei Zeichensatzkonvertierung 20030603

Method SET_OUT_BUF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting OUT_BUF Call by reference Type reference (TYPE) XSEQUENCE Ausgabepuffer 20030514
2 Exporting OUT_BUF_LEN Call by reference Type reference (TYPE) I Länge des Ausgabepuffers 20030514
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID_RANGE Parameter mit ungültigem Wertebereich 20030620

Method _CLOSE_DS_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DS_IN Call by reference Type reference (TYPE) %_C_POINTER Decompress Handle 20030514

Method _CLOSE_DS_HANDLER on class CL_ABAP_UNGZIP_BINARY_STREAM has no exception.

Method _DECOMPRESS_BINARY_STREAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DS_IN Call by reference Type reference (TYPE) %_C_POINTER Decompress Handle 20030514
2 Importing GZIP_IN Call by reference Type reference (TYPE) XSEQUENCE Eingabe (kompr. Text) 20030514
3 Importing GZIP_IN_LEN Call by reference Type reference (TYPE) I -1 Länge der Eingabe 20030514
4 Exporting RAW_OUT Call by reference Type reference (TYPE) XSEQUENCE dekomprimierte Ausgabe 20030514
5 Importing RAW_OUT_FILL Call by reference Type reference (TYPE) I Füllstand der Ausgabe 20030514
6 Exporting RAW_OUT_LEN Call by reference Type reference (TYPE) I Länge der Ausgabe 20030514
7 Importing STREAM_END Call by reference Type reference (TYPE) ABAP_BOOL ' ' Ende der Eingabe 20030528
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID_RANGE Parameter mit ungültigem Wertebereich 20030514
2 CX_SY_BUFFER_OVERFLOW System-Exception: Puffer zu kurz 20030514
3 CX_SY_COMPRESSION_ERROR System-Exception: compression error 20030515
4 CX_SY_CONVERSION_CODEPAGE System-Exception bei Zeichensatzkonvertierung 20030514

Method _SET_DS_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DS_OUT Call by reference Type reference (TYPE) %_C_POINTER 20030514

Method _SET_DS_HANDLER on class CL_ABAP_UNGZIP_BINARY_STREAM has no exception.
History
Last changed by/on SAP  20030604 
SAP Release Created in 640