Object Customization Functions
JoltSetByte Function
Assigns a specified value to a one-byte item (“byte” in Java) of a Jolt object attribute.
JoltSetCarray Function
Assigns specified data to a binary data item (“byte[]” in Java) of a Jolt object attribute.
JoltSetDouble Function
Assigns a specified value to an eight-byte floating-point item (“double” in Java) of a Jolt object attribute.
JoltSetFloat Function
Assigns a specified value to a four-byte floating-point item (“float” in Java) of a Jolt object attribute.
JoltSetInt Function
Assigns a specified value to a four-byte item (“int” in Java) of a Jolt object attribute.
JoltSetShort Function
Assigns a specified value to a two-byte item (“short” in Java) of a Jolt object attribute.
JoltSetString Function
Assigns a specified string to a string item (“java.lang.String” in Java) of a Jolt object attribute.
JoltGetByte Function
Retrieves the value of a one-byte item (“byte” in Java) of a Jolt object attribute.
JoltGetCarray Function
Retrieves data from a binary byte item (“byte[]” in Java) of a Jolt object attribute.
JoltGetDouble Function
Retrieves the value of an eight-byte floating-point item (“double” in Java) of a Jolt object attribute.
JoltGetFloat Function
Retrieves the value of a four-byte floating-point item (“float” in Java) of a Jolt object attribute.
JoltGetInt Function
Retrieves the value of a four-byte item (“int” in Java) of a Jolt object attribute.
JoltGetShort Function
Retrieves the value of a two-byte item (“short” in Java) of a Jolt object attribute.
JoltGetString Function
Retrieves the string from a string item (“java.lang.String” in Java) of a Jolt object attribute.
JoltClear Function
Clears all input/output data of a Jolt object.
JoltDelete Function
Deletes an item of a Jolt object attribute.
Parent topic:
Jolt Functions Reference