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

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

public class ByteUtils
extends Object

Utility class for byte handling

Author:
gpapanikos

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

Constructor Detail

ByteUtils

public ByteUtils()
Method Detail

byteArrayToHexString

public static 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


Copyright © 2012. All Rights Reserved.