com.liferay.portal.kernel.util
Class UnicodeFormatter_IW
java.lang.Object
com.liferay.portal.kernel.util.UnicodeFormatter_IW
public class UnicodeFormatter_IW
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)