org.webbitserver.helpers
Class Hex

java.lang.Object
  extended by org.webbitserver.helpers.Hex

public class Hex
extends Object


Constructor Summary
Hex()
           
 
Method Summary
static byte[] fromHex(String string)
           
static String toHex(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hex

public Hex()
Method Detail

toHex

public static String toHex(byte[] bytes)

fromHex

public static byte[] fromHex(String string)


Copyright © 2013. All Rights Reserved.