SAP ABAP Interface IF_ABT_BINARY_STREAMER (Binary Data Stream)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     S_ABAP_TOOLS_UTIL (Package) ABAP: Error Search Tools - Help Functions
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
Interface IF_ABT_BINARY_STREAMER  
Short Description Binary Data Stream    
General Data
Package S_ABAP_TOOLS_UTIL   ABAP: Error Search Tools - Help Functions 
Created 20101013   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_ABT_BINARY_STREAMER has no forward declaration.
Interfaces
Interface IF_ABT_BINARY_STREAMER has no interface.
Friends
Interface IF_ABT_BINARY_STREAMER has no friend.
Attributes
Interface 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
Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 703