SAP ABAP Class CL_ABAP_GZIP_TEXT_STREAM (Class for Text Compression (GZIP, 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_GZIP_TEXT_STREAM | |
Short Description | Class for Text Compression (GZIP, 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 | 20030425 | SAP |
Last change | 00000000 | 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_GZIP_TEXT_STREAM has no interface implemented.
Friends
Class CL_ABAP_GZIP_TEXT_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) | ABAP_ENCOD | 'DEFAULT' | Conversion to UTF8 (UC) | 20030425 | |
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | %_C_POINTER | Compress Handle | 20030502 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | I | 0 | First Part of Stream | 20030425 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | I | 2 | Last Part of Stream | 20030425 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | I | 1 | Next Part of Stream | 20030425 | |
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_ABAP_GZIP_TEXT_HANDLER | Ouput Handler Method | 20030425 | ||
7 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Reference to Output Buffer | 20030425 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | Fill Level of Output Buffer | 20030505 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | Length of Output Buffer | 20030425 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 0 | Segment | 20030425 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Compress Input | 20030502 |
2 | ![]() |
Instance method | Public | Method | End of Compression | 20030502 |
3 | ![]() |
Instance method | Public | Constructor | Constructor | 20030425 |
4 | ![]() |
Instance method | Public | Method | Retrieve Output Buffer | 20030425 |
5 | ![]() |
Instance method | Private | Method | Kernel Method: Close Compress Handle | 20030505 |
6 | ![]() |
Instance method | Private | Method | Kernel Method for Compression | 20030502 |
7 | ![]() |
Instance method | Private | Method | Kernel Method: Create Compress Handle | 20030502 |
Events
Class CL_ABAP_GZIP_TEXT_STREAM has no event.
Types
Class CL_ABAP_GZIP_TEXT_STREAM has no local type.
Method Signatures
Method COMPRESS_TEXT_STREAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEXT_IN | Call by reference | Type reference (TYPE) | CSEQUENCE | Eingabe | 20030502 | ||
2 | ![]() |
TEXT_IN_LEN | Call by reference | Type reference (TYPE) | I | -1 | Länge der Eingabe | 20030502 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parameter mit ungültigem Wertebereich | 20030502 | |
2 | ![]() |
System-Exception: Puffer zu kurz | 20030515 | |
3 | ![]() |
System-Exception bei Zeichensatzkonvertierung | 20030502 |
Method COMPRESS_TEXT_STREAM_END Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEXT_IN | Call by reference | Type reference (TYPE) | CSEQUENCE | Eingabe | 20030528 | ||
2 | ![]() |
TEXT_IN_LEN | Call by reference | Type reference (TYPE) | I | -1 | Länge der Eingabe | 20030528 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
System-Exception bei GZIP | 20030515 |
Method CONSTRUCTOR 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 | 20030425 | |
2 | ![]() |
CONVERSION | Call by reference | Type reference (TYPE) | ABAP_ENCOD | 'DEFAULT' | Konvertierung nach UTF8 (UC) | 20030425 | |
3 | ![]() |
OUTPUT_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_ABAP_GZIP_TEXT_HANDLER | Callback-Methode zur Beh. des Ausgabe-Puffers | 20030425 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parameter mit ungültigem Wertebereich | 20030429 |
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 | 20030425 | ||
2 | ![]() |
OUT_BUF_LEN | Call by reference | Type reference (TYPE) | I | Länge des Ausgabepuffers | 20030425 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parameter mit ungültigem Wertebereich | 20030616 |
Method _CLOSE_CS_HANDLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_IN | Call by reference | Type reference (TYPE) | %_C_POINTER | Compress Handle | 20030505 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
System-Exception: Puffer zu kurz | 20030515 |
Method _COMPRESS_TEXT_STREAM 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 nach UTF8 (UC) | 20030502 | |
2 | ![]() |
CS_IN | Call by reference | Type reference (TYPE) | %_C_POINTER | Compress Handle | 20030502 | ||
3 | ![]() |
GZIP_OUT | Call by reference | Type reference (TYPE) | XSEQUENCE | komprimierte Ausgabe | 20030502 | ||
4 | ![]() |
GZIP_OUT_FILL | Call by reference | Type reference (TYPE) | I | Füllstand der Ausgabe | 20030507 | ||
5 | ![]() |
GZIP_OUT_LEN | Call by reference | Type reference (TYPE) | I | Länge der Ausgabe | 20030502 | ||
6 | ![]() |
STREAM_END | Call by reference | Type reference (TYPE) | ABAP_BOOL | ' ' | Ende der Eingabe | 20030528 | |
7 | ![]() |
TEXT_IN | Call by reference | Type reference (TYPE) | CSEQUENCE | Eingabetext | 20030502 | ||
8 | ![]() |
TEXT_IN_LEN | Call by reference | Type reference (TYPE) | I | -1 | Länge der Eingabe | 20030502 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parameter mit ungültigem Wertebereich | 20030502 | |
2 | ![]() |
System-Exception: Puffer zu kurz | 20030502 | |
3 | ![]() |
System-Exception: Puffer zu kurz | 20030515 | |
4 | ![]() |
System-Exception bei Zeichensatzkonvertierung | 20030502 |
Method _SET_CS_HANDLER 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 | 20030502 | ||
2 | ![]() |
CS_OUT | Call by reference | Type reference (TYPE) | %_C_POINTER | 20030502 |
Method _SET_CS_HANDLER on class CL_ABAP_GZIP_TEXT_STREAM has no exception.
History
Last changed by/on | SAP | 00000000 |
SAP Release Created in | 640 |