SAP ABAP Class CL_ABAP_X_READER (Generally Binary Read Stream)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABP_STREAMS_AND_LOCATORS (Package) Streams and Locators

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ABAP_CLOSE_RESOURCE | Close Resource | 20080416 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ABAP_READER | General Read Stream | 20080317 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ABAP_X_READER | Generally Binary Read Stream | 20080212 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_ABAP_DB_X_READER | Binary Database Read Stream | 20080118 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_ABAP_MEMORY_X_READER | General, Binary Memory Read Stream | 20080805 |
Properties
Class | CL_ABAP_X_READER | |
Short Description | Generally Binary Read Stream | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | S | System Program |
Category | 0 | |
Package | SABP_STREAMS_AND_LOCATORS | Streams and Locators |
Created | 20080109 | SAP |
Last change | 20090618 | 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
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_ABAP_CLOSE_RESOURCE | Close Resource | 20080416 | ||
2 | IF_ABAP_READER | General Read Stream | 20080317 | ||
3 | IF_ABAP_X_READER | Generally Binary Read Stream | 20080212 |
Friends
Class CL_ABAP_X_READER 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_BOOL | ABAP_FALSE | Stream Closed | 20080116 | |
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | %_C_POINTER | 20080603 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20080416 | |
2 | ![]() |
Instance method | Public | Constructor | 20080603 | |
3 | ![]() |
Instance method | Public | Method | 20080109 | |
4 | ![]() |
Instance method | Public | Method | 20080109 | |
5 | ![]() |
Instance method | Public | Destructor | 20080603 | |
6 | ![]() |
Instance method | Public | Method | 20080416 | |
7 | ![]() |
Instance method | Public | Method | 20080109 | |
8 | ![]() |
Instance method | Public | Method | 20080109 | |
9 | ![]() |
Instance method | Public | Method | 20080109 | |
10 | ![]() |
Instance method | Private | Method | 20080603 | |
11 | ![]() |
Instance method | Public | Method | 20080109 | |
12 | ![]() |
Instance method | Public | Method | 20080109 | |
13 | ![]() |
Instance method | Public | Method | 20080109 | |
14 | ![]() |
Instance method | Public | Method | 20080109 | |
15 | ![]() |
Instance method | Public | Method | 20080109 |
Events
Class CL_ABAP_X_READER has no event.
Types
Class CL_ABAP_X_READER has no local type.
Method Signatures
Method CLOSE Signature
Method CLOSE on class CL_ABAP_X_READER has no parameter.
Method CLOSE on class CL_ABAP_X_READER has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_ABAP_X_READER has no parameter.
Method CONSTRUCTOR on class CL_ABAP_X_READER has no exception.
Method DATA_AVAILABLE Signature
Method DATA_AVAILABLE on class CL_ABAP_X_READER has no parameter.
Method DATA_AVAILABLE on class CL_ABAP_X_READER has no exception.
Method DELETE_MARK Signature
Method DELETE_MARK on class CL_ABAP_X_READER has no parameter.
Method DELETE_MARK on class CL_ABAP_X_READER has no exception.
Method DESTRUCTOR Signature
Method DESTRUCTOR on class CL_ABAP_X_READER has no parameter.
Method DESTRUCTOR on class CL_ABAP_X_READER has no exception.
Method IS_CLOSED Signature
Method IS_CLOSED on class CL_ABAP_X_READER has no parameter.
Method IS_CLOSED on class CL_ABAP_X_READER has no exception.
Method IS_MARK_SUPPORTED Signature
Method IS_MARK_SUPPORTED on class CL_ABAP_X_READER has no parameter.
Method IS_MARK_SUPPORTED on class CL_ABAP_X_READER has no exception.
Method IS_RESET_SUPPORTED Signature
Method IS_RESET_SUPPORTED on class CL_ABAP_X_READER has no parameter.
Method IS_RESET_SUPPORTED on class CL_ABAP_X_READER has no exception.
Method IS_X_READER Signature
Method IS_X_READER on class CL_ABAP_X_READER has no parameter.
Method IS_X_READER on class CL_ABAP_X_READER has no exception.
Method L_CONSTRUCTOR Signature
Method L_CONSTRUCTOR on class CL_ABAP_X_READER has no parameter.
Method L_CONSTRUCTOR on class CL_ABAP_X_READER has no exception.
Method READ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LENGTH | Call by reference | Type reference (TYPE) | ABAP_MSIZE | 20080109 | |||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | XSTRING | 20080109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20080109 | ||
2 | ![]() |
20080109 |
Method RESET Signature
Method RESET on class CL_ABAP_X_READER has no parameter.
Method RESET on class CL_ABAP_X_READER has no exception.
Method RESET_TO_MARK Signature
Method RESET_TO_MARK on class CL_ABAP_X_READER has no parameter.
Method RESET_TO_MARK on class CL_ABAP_X_READER has no exception.
Method SET_MARK Signature
Method SET_MARK on class CL_ABAP_X_READER has no parameter.
Method SET_MARK on class CL_ABAP_X_READER has no exception.
Method SKIP Signature
Method SKIP on class CL_ABAP_X_READER has no parameter.
Method SKIP on class CL_ABAP_X_READER has no exception.
History
Last changed by/on | SAP | 20090618 |
SAP Release Created in | 711 |