Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class UnicodeFormatter_IW

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

public class UnicodeFormatter_IW
extends Object


Method Summary
 String bytesToHex(byte[] bytes)
           
 String byteToHex(byte b)
           
 char[] byteToHex(byte b, char[] hexes)
           
 char[] byteToHex(byte b, char[] hexes, boolean upperCase)
           
 String charToHex(char c)
           
static UnicodeFormatter_IW getInstance()
           
 byte[] hexToBytes(String hexString)
           
 String parseString(String hexString)
           
 String toString(char[] array)
           
 String toString(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static UnicodeFormatter_IW getInstance()

bytesToHex

public String bytesToHex(byte[] bytes)

byteToHex

public String byteToHex(byte b)

byteToHex

public char[] byteToHex(byte b,
                        char[] hexes)

byteToHex

public char[] byteToHex(byte b,
                        char[] hexes,
                        boolean upperCase)

charToHex

public String charToHex(char c)

hexToBytes

public byte[] hexToBytes(String hexString)

parseString

public String parseString(String hexString)

toString

public String toString(char[] array)

toString

public String toString(String s)

Liferay 6.2-ce-ga5