org.apache.axis2.transport.base.datagram
Class Utils

java.lang.Object
  extended by org.apache.axis2.transport.base.datagram.Utils

public class Utils
extends java.lang.Object

Utility class with methods used by datagram transports.


Method Summary
static void hexDump(java.lang.StringBuilder buffer, byte[] data, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hexDump

public static void hexDump(java.lang.StringBuilder buffer,
                           byte[] data,
                           int length)


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.