Exemplo n.º 1
0
 /**
  * Gets a textual representation of this object.
  *
  * @return a textual representation of this object.
  */
 public String toString() {
   String result = info.toString() + ":\n";
   result += Hex.bytesToPrettyString(body);
   return result;
 }