Liferay 6.0.5

com.liferay.portal.kernel.util
Class UnicodeFormatter

java.lang.Object
  extended by com.liferay.portal.kernel.util.UnicodeFormatter

public class UnicodeFormatter
extends Object


Constructor Summary
UnicodeFormatter()
           
 
Method Summary
static String byteToHex(byte b)
           
static String charToHex(char c)
           
static String parseString(String hexString)
           
static String toString(char[] array)
           
static String toString(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnicodeFormatter

public UnicodeFormatter()
Method Detail

byteToHex

public static String byteToHex(byte b)

charToHex

public static String charToHex(char c)

parseString

public static String parseString(String hexString)

toString

public static String toString(char[] array)

toString

public static String toString(String s)

Liferay 6.0.5