org.jbpm.util
Class ByteUtil

java.lang.Object
  extended by org.jbpm.util.ByteUtil

public class ByteUtil
extends java.lang.Object


Method Summary
static byte[] fromString(java.lang.String hexString)
           
static char toHexChar(int i)
           
static java.lang.String toString(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toString

public static java.lang.String toString(byte[] bytes)

toHexChar

public static char toHexChar(int i)

fromString

public static byte[] fromString(java.lang.String hexString)


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.