ants.p2p.utils.encoding
Class Base16

java.lang.Object
  extended by ants.p2p.utils.encoding.Base16

public class Base16
extends java.lang.Object


Constructor Summary
Base16()
           
 
Method Summary
static byte[] fromHexString(java.lang.String s)
           
static java.lang.String toHexString(byte[] b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base16

public Base16()
Method Detail

toHexString

public static java.lang.String toHexString(byte[] b)

fromHexString

public static byte[] fromHexString(java.lang.String s)