Functions: com.ibm.streamsx.bytes 2.0.0

Toolkits > com.ibm.streamsx.bytes 2.0.0 > Functions

Functions

convertFromASCIIToBinary(rstring)
Function that convert an ASCII string into an Binary string
convertFromASCIIToHex(rstring)
Function that convert an ASCII string into an Hex string
convertFromBinaryToASCII(rstring)
Function that convert an Binary string into an ASCII string
convertFromBinaryToHex(rstring)
Function that convert an Binary string into an Hex string
convertFromHexToASCII(rstring)
Function that convert an HEX string into an ASCII string
convertFromHexToBinary(rstring)
Function that convert an Hex string into an Binary string
decodeBase64(rstring)
Decode a Base64 String
encodeBase64(rstring)
Encode string into a Base64 string
getBitStringFromInt(int64)
Get the bit string representation of a int
getBitStringFromUnsignedInt(uint64)
Get the bit string representation of an unsigned int
getUnsignedIntFromBinaryString(rstring)
Get the unsigned int value from a binary string
getValueFromBinaryString(rstring, rstring, float32, float32, float32)
Get the Value(float64) from a binary string using formula (y=factor * x + offset) where offset is an adjustement where limit is set
reverseBinaryString(rstring)
Function that convert an Binary string into an Hex string
rotateLeft(rstring, uint8)
Rotate left a binary string
rotateRight(rstring, uint8)
Rotate right a binary string