Class Utils
- java.lang.Object
-
- org.apache.axis2.transport.base.datagram.Utils
-
public class Utils extends Object
Utility class with methods used by datagram transports.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
hexDump(StringBuilder buffer, byte[] data, int length)
-
-
-
Method Detail
-
hexDump
public static void hexDump(StringBuilder buffer, byte[] data, int length)
-
-