gr.uoa.di.madgik.commons.utils
Class ByteUtils

java.lang.Object
  extended by gr.uoa.di.madgik.commons.utils.ByteUtils

public class ByteUtils
extends java.lang.Object

Utility class for byte handling

Author:
gpapanikos

Constructor Summary
ByteUtils()
           
 
Method Summary
static java.lang.String byteArrayToHexString(byte[] in)
          Creates a string representation in hexadecimal format of the provided byte array
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteUtils

public ByteUtils()
Method Detail

byteArrayToHexString

public static java.lang.String byteArrayToHexString(byte[] in)
Creates a string representation in hexadecimal format of the provided byte array

Parameters:
in - the byte array
Returns:
the string representation