C++ Native Functions: com.ibm.streamsx.bytes.conversion

Toolkits > com.ibm.streamsx.bytes 2.0.0 > com.ibm.streamsx.bytes.conversion > C++ Native Functions

This page documents native functions that can be invoked from SPL, including the SPL interfaces that can be used to invoke each of the native functions.

Functions

public rstring convertFromASCIIToBinary(rstring)

Function that convert an ASCII string into an Binary string

public rstring convertFromASCIIToHex(rstring)

Function that convert an ASCII string into an Hex string

public rstring convertFromBinaryToASCII(rstring)

Function that convert an Binary string into an ASCII string

public rstring convertFromBinaryToHex(rstring)

Function that convert an Binary string into an Hex string

public rstring convertFromHexToASCII(rstring)

Function that convert an HEX string into an ASCII string

public rstring convertFromHexToBinary(rstring)

Function that convert an Hex string into an Binary string

public rstring decodeBase64(rstring)

Decode a Base64 String

public rstring encodeBase64(rstring)

Encode string into a Base64 string

public rstring reverseBinaryString(rstring)

Function that convert an Binary string into an Hex string