at.molindo.utils.data
Class HexUtils

java.lang.Object
  extended by at.molindo.utils.data.HexUtils

public abstract class HexUtils
extends Object


Method Summary
static byte[] bytes(String hex)
          transform a hex string into a byte array
static String string(byte[] bytes)
          transforms a byte array into a hex string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

string

public static String string(byte[] bytes)
transforms a byte array into a hex string

Parameters:
bytes -
Returns:

bytes

public static byte[] bytes(String hex)
transform a hex string into a byte array

Parameters:
hex -
Returns:


Copyright © 2011 Molindo GmbH. All Rights Reserved.