Package com.liferay.portal.kernel.util
Class UnicodeFormatter_IW
Object
com.liferay.portal.kernel.util.UnicodeFormatter_IW
- Author:
- Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptionbytesToHex
(byte[] bytes) byteToHex
(byte b) char[]
byteToHex
(byte b, char[] hexes) char[]
byteToHex
(byte b, char[] hexes, boolean upperCase) charToHex
(char c) static UnicodeFormatter_IW
byte[]
hexToBytes
(String hexString) parseString
(String hexString) toString
(char[] array)
-
Method Details
-
getInstance
-
bytesToHex
-
byteToHex
-
byteToHex
public char[] byteToHex(byte b, char[] hexes) -
byteToHex
public char[] byteToHex(byte b, char[] hexes, boolean upperCase) -
charToHex
-
hexToBytes
-
parseString
-
toString
-
toString
-