com.liferay.portal.kernel.util
Class UnicodeFormatter

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

public class UnicodeFormatter
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
UnicodeFormatter()
           
 
Method Summary
static java.lang.String byteToHex(byte b)
           
static java.lang.String charToHex(char c)
           
static java.lang.String parseString(java.lang.String hexString)
           
static java.lang.String toString(char[] array)
           
static java.lang.String toString(java.lang.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 java.lang.String byteToHex(byte b)

charToHex

public static java.lang.String charToHex(char c)

parseString

public static java.lang.String parseString(java.lang.String hexString)

toString

public static java.lang.String toString(char[] array)

toString

public static java.lang.String toString(java.lang.String s)