com.ibm.as400.util.commtrace
Class Data

java.lang.Object
  extended bycom.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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.

Returns:
String containing a printable representation of the data.