Class UnicodeUtil
- java.lang.Object
-
- com.inductiveautomation.ignition.common.util.UnicodeUtil
-
public class UnicodeUtil extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UnicodeUtil.UnicodeInputStream
-
Constructor Summary
Constructors Constructor Description UnicodeUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
convert(byte[] bytes, java.lang.String encout)
static java.lang.String
getBOM(java.lang.String enc)
-
-
-
Method Detail
-
convert
public static byte[] convert(byte[] bytes, java.lang.String encout) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getBOM
public static java.lang.String getBOM(java.lang.String enc) throws java.io.UnsupportedEncodingException
- Throws:
java.io.UnsupportedEncodingException
-
-