Class UnicodeFormatter_IW

Object
com.liferay.portal.kernel.util.UnicodeFormatter_IW

public class UnicodeFormatter_IW extends Object
Author:
Brian Wing Shun Chan
  • Method Details

    • 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)