Namespace
com.ibm.streamsx.bytes.transformation
Toolkits
>
com.ibm.streamsx.bytes 2.0.0
> com.ibm.streamsx.bytes.transformation
Functions
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
rotateLeft(rstring, uint8)
: Rotate left a binary string
rotateRight(rstring, uint8)
: Rotate right a binary string