manipulating strings, strings, manipulating, unsupported functions, functions not supported" /> Binary and character strings

 

Binary and character strings

Methods that set character (char *) data always take a copy of the data, but some methods might truncate the copy, because certain limits are imposed by WebSphere MQ.

The ImqString class (see ImqString) encapsulates the traditional char * and provides support for:

The ImqBinary class (see ImqBinary) encapsulates binary byte arrays of arbitrary size. In particular it is used to hold the following attributes:

Where these attributes belong to objects of the following classes:

The ImqBinary class also provides support for comparison and copying.