org.jbpm.util
Class ByteUtil

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

public class ByteUtil
extends Object


Method Summary
static byte[] fromString(String hexString)
           
static char toHexChar(int i)
           
static 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 String toString(byte[] bytes)

toHexChar

public static char toHexChar(int i)

fromString

public static byte[] fromString(String hexString)


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