com.ibm.as400.util.commtrace
Class Data

java.lang.Object
  extended by com.ibm.as400.util.commtrace.Data

public class Data
extends Object

Represents the data that is contained in the packet.


Method Summary
Modifier and Type Method and Description
 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.

Overrides:
toString in class Object
Returns:
String containing a printable representation of the data.