com.ibm.as400.util.commtrace
Class Data
java.lang.Object
com.ibm.as400.util.commtrace.Data
public class Data
extends Object
Represents the data that is contained in the packet.
Method Summary
String |
toString()
Creates a hexadecimal and Ascii representation of this data. |
toString
public String toString()
- Creates a hexadecimal and Ascii representation of this data. One line is 32 characters ASCII and 64 bytes hexadecimal plus formatting characters in length.
- Overrides:
toString in class Object
- Returns:
- String containing a printable representation of the data.