SAP ABAP Class IF_ABT_BINARY_STREAMER (Binary Data Stream)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ABT_BINARY_STREAMER ABT: Binary Data Streamer 20101013
Properties
Class IF_ABT_BINARY_STREAMER  
Short Description Binary Data Stream    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20101013   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_ABT_BINARY_STREAMER has no forward declaration.
Interfaces
Class IF_ABT_BINARY_STREAMER has no interface implemented.
Friends
Class IF_ABT_BINARY_STREAMER has no friend class.
Attributes
Class IF_ABT_BINARY_STREAMER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_CURRENT_BYTE Instance method Public Method 20101013
2 GET_CURRENT_OFFSET Instance method Public Method 20101013
3 GET_DATA_LENGTH Instance method Public Method 20101013
4 GET_RAW_STRING Instance method Public Method 20101013
5 READ_BYTES Instance method Public Method 20101013
6 READ_FIELD Instance method Public Method 20101013
7 SET_OFFSET Instance method Public Method 20101013
8 SHIFT_OFFSET Instance method Public Method 20101013
Events
Class IF_ABT_BINARY_STREAMER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_BYTE Public See coding 20101013 ty_byte(1) type x
Method Signatures

Method GET_CURRENT_BYTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_BYTE Value transfer Type reference (TYPE) TY_BYTE 20101013

Method GET_CURRENT_BYTE on class IF_ABT_BINARY_STREAMER has no exception.

Method GET_CURRENT_OFFSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_OFFSET Value transfer Type reference (TYPE) I 20101013

Method GET_CURRENT_OFFSET on class IF_ABT_BINARY_STREAMER has no exception.

Method GET_DATA_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_LENGTH Value transfer Type reference (TYPE) I 20101013

Method GET_DATA_LENGTH on class IF_ABT_BINARY_STREAMER has no exception.

Method GET_RAW_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_RAW Value transfer Type reference (TYPE) XSTRING 20101013

Method GET_RAW_STRING on class IF_ABT_BINARY_STREAMER has no exception.

Method READ_BYTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_FIELD Call by reference Type reference (TYPE) XSEQUENCE 20101013
2 Importing P_LENGTH Call by reference Type reference (TYPE) I 20101013
3 Importing P_SHIFT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20101013
# Exception Resumable Description Created on
1 CX_ABT_EOD 20101013

Method READ_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_FIELD Call by reference Type reference (TYPE) X 20101013
2 Importing P_SHIFT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20101013
# Exception Resumable Description Created on
1 CX_ABT_EOD 20101013

Method SET_OFFSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_OFFSET Call by reference Type reference (TYPE) I 20101013
# Exception Resumable Description Created on
1 CX_ABT_INVALID_OFFSET 20101013

Method SHIFT_OFFSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_OFFSET Call by reference Type reference (TYPE) I 20101013
# Exception Resumable Description Created on
1 CX_ABT_INVALID_OFFSET 20101013
History
Last changed by/on SAP  20110908 
SAP Release Created in