com.ibm.as400.util.commtrace

Class Data

  • java.lang.Object
    • com.ibm.as400.util.commtrace.Data


  • public class Data
    extends java.lang.Object
    Represents the data that is contained in the packet.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.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 java.lang.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 java.lang.Object
        Returns:
        String containing a printable representation of the data.