TibrvMsg.toString()

Method

Declaration

java.lang.String toString()

Purpose

Format a message as a string.

Remarks

Programs can use this method to obtain a string representation of the message for printing.

For most datatypes, this method formats the full value of the field to the output string; these types are exceptions:

TibrvMsg.OPAQUE

This method abbreviates the value of an opaque field; for example, [472 opaque bytes].

TibrvMsg.XML

This method abbreviates the value of an XML field; for example, [XML document: 472 bytes].

The size measures uncompressed data.

This method formats TibrvMsg.IPADDR32 fields as four dot-separated decimal integers.

This method formats TibrvMsg.IPPORT16 fields as one decimal integer.