BladeSmith utility classes

BladeSmith generates the following utility classes whose methods are included in other generated code:
Table 1. Utility classes generated by BladeSmith
Class name Description
IfmxInStream and IfmxOutStream Provide read and write methods to convert Java™ value objects between a string and the internal server format. These methods perform similar tasks to the Gen_sscanf() utility function.
DBDKInputException and DBDKOutputException Provide exception-handling methods that are called when an exception occurs during the input or output of a Java value object to or from the database server.
IfmxLog Provides logging methods that are included throughout the source code generated by BladeSmith. For more information about using logging, see Logging and error handling.
IfmxTrace Not currently used.