SAP ABAP Class CL_SATC_CRC (Service to compute CRC64 / CRC32)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
     SATC_SHARED_AUX_CORE (Package) INTERNAL: - *NO* REUSE - Auxiliaries Implemention Details
Properties
Class CL_SATC_CRC  
Short Description Service to compute CRC64 / CRC32    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SATC_SHARED_AUX_CORE   INTERNAL: - *NO* REUSE - Auxiliaries Implemention Details 
Created 20061227   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SATC_CRC has no interface implemented.
Friends
Class CL_SATC_CRC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 F_TEXT_TO_BYTE_CONVERTER Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_CONV_OUT_CE Code Page and Endian Conversion (System Format -> External) 20061227
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20061227
2 GET_CRC32_FOR_BYTE_SEQUENCE Instance method Public Method Returns CRC32 based on byte sequence 20061227
3 GET_CRC32_FOR_TEXT_SEQUENCE Instance method Public Method Returns CRC32 based on text sequence converted to UTF8 20061227
4 GET_CRC64_FOR_BYTE_SEQUENCE Instance method Public Method Returns CRC64 based on byte sequence 20061227
5 GET_CRC64_FOR_TEXT_SEQUENCE Instance method Public Method Returns CRC64 based on text sequence converted to UTF8 20061227
Events
Class CL_SATC_CRC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_CRC64 Public See coding CRC64 - structure with two INT components 20061227 begin of ty_S_Crc64, i1 type i, i2 type i, end of ty_S_Crc64
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_SATC_CRC has no parameter.
Method CONSTRUCTOR on class CL_SATC_CRC has no exception.

Method GET_CRC32_FOR_BYTE_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BYTE_SEQUENCE Call by reference Type reference (TYPE) XSEQUENCE 20061227
2 Returning RESULT Value transfer Type reference (TYPE) I CRC32 20061227

Method GET_CRC32_FOR_BYTE_SEQUENCE on class CL_SATC_CRC has no exception.

Method GET_CRC32_FOR_TEXT_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT_SEQUENCE Call by reference Type reference (TYPE) CSEQUENCE 20061227
2 Returning RESULT Value transfer Type reference (TYPE) I CRC32 20061227

Method GET_CRC32_FOR_TEXT_SEQUENCE on class CL_SATC_CRC has no exception.

Method GET_CRC64_FOR_BYTE_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BYTE_SEQUENCE Call by reference Type reference (TYPE) XSEQUENCE 20061227
2 Returning RESULT Value transfer Type reference (TYPE) TY_S_CRC64 CRC64 20061227

Method GET_CRC64_FOR_BYTE_SEQUENCE on class CL_SATC_CRC has no exception.

Method GET_CRC64_FOR_TEXT_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT_SEQUENCE Call by reference Type reference (TYPE) CSEQUENCE 20061227
2 Returning RESULT Value transfer Type reference (TYPE) TY_S_CRC64 CRC64 20061227

Method GET_CRC64_FOR_TEXT_SEQUENCE on class CL_SATC_CRC has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710