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 | ![]() |
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 | ![]() |
Instance attribute | Private | Type reference (TYPE) | %_C_POINTER | Decompress Handle | 20030514 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | I | 0 | First Part of Stream | 20030514 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | I | 2 | Last Part of Stream | 20030514 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | I | 1 | Next Part of Stream | 20030514 | |
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_ABAP_UNGZIP_BINARY_HANDLER | Ouput Handler Method | 20030514 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Reference to Output Buffer | 20030514 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | Fill Level of Output Buffer | 20030514 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | Length of Output Buffer | 20030514 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 0 | Segment | 20030514 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20030514 |
2 | ![]() |
Instance method | Public | Method | Decompress Input | 20030514 |
3 | ![]() |
Instance method | Public | Method | End of Decompresson | 20030514 |
4 | ![]() |
Instance method | Public | Method | Retrieve Output Buffer | 20030514 |
5 | ![]() |
Instance method | Private | Method | Kernel Method: Close Decompress Handle | 20030514 |
6 | ![]() |
Instance method | Private | Method | Kernel Method for Decompression | 20030514 |
7 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
GZIP_IN | Call by reference | Type reference (TYPE) | XSEQUENCE | kompr. Eingabe | 20030514 | ||
2 | ![]() |
GZIP_IN_LEN | Call by reference | Type reference (TYPE) | I | -1 | Länge der kompr. Eingabe | 20030514 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parameter mit ungültigem Wertebereich | 20030514 | |
2 | ![]() |
System-Exception: compression error | 20030515 | |
3 | ![]() |
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 | ![]() |
GZIP_IN | Call by reference | Type reference (TYPE) | XSEQUENCE | kompr. Eingabe | 20030528 | ||
2 | ![]() |
GZIP_IN_LEN | Call by reference | Type reference (TYPE) | I | -1 | Länge der kompr. Eingabe | 20030528 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parameter mit ungültigem Wertebereich | 20030603 | |
2 | ![]() |
System-Exception: compression error | 20030603 | |
3 | ![]() |
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 | ![]() |
OUT_BUF | Call by reference | Type reference (TYPE) | XSEQUENCE | Ausgabepuffer | 20030514 | ||
2 | ![]() |
OUT_BUF_LEN | Call by reference | Type reference (TYPE) | I | Länge des Ausgabepuffers | 20030514 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
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 | ![]() |
DS_IN | Call by reference | Type reference (TYPE) | %_C_POINTER | Decompress Handle | 20030514 | ||
2 | ![]() |
GZIP_IN | Call by reference | Type reference (TYPE) | XSEQUENCE | Eingabe (kompr. Text) | 20030514 | ||
3 | ![]() |
GZIP_IN_LEN | Call by reference | Type reference (TYPE) | I | -1 | Länge der Eingabe | 20030514 | |
4 | ![]() |
RAW_OUT | Call by reference | Type reference (TYPE) | XSEQUENCE | dekomprimierte Ausgabe | 20030514 | ||
5 | ![]() |
RAW_OUT_FILL | Call by reference | Type reference (TYPE) | I | Füllstand der Ausgabe | 20030514 | ||
6 | ![]() |
RAW_OUT_LEN | Call by reference | Type reference (TYPE) | I | Länge der Ausgabe | 20030514 | ||
7 | ![]() |
STREAM_END | Call by reference | Type reference (TYPE) | ABAP_BOOL | ' ' | Ende der Eingabe | 20030528 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parameter mit ungültigem Wertebereich | 20030514 | |
2 | ![]() |
System-Exception: Puffer zu kurz | 20030514 | |
3 | ![]() |
System-Exception: compression error | 20030515 | |
4 | ![]() |
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 | ![]() |
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 |