net.sf.mindoro.commons.util
Class StringUtils

java.lang.Object
  extended bynet.sf.mindoro.commons.util.StringUtils

public final class StringUtils
extends java.lang.Object

StringUtils provides a set of utility functions for dealing with Strings

Author:
aisrael

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

Method Detail

toHex

public static java.lang.String toHex(byte[] bytes)
Parameters:
bytes - byte[]
Returns:
String


Copyright © 2005 Project Mindoro. All Rights Reserved.