Package org.teiid.util
Class CharsetUtils
- java.lang.Object
-
- org.teiid.util.CharsetUtils
-
public final class CharsetUtils extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCharsetUtils.FixedDecoderstatic classCharsetUtils.FixedEncoder
-
Constructor Summary
Constructors Constructor Description CharsetUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CharsetgetCharset(String encoding)static voidtoHex(Appendable out, byte b)
-
-
-
Field Detail
-
HEX_NAME
public static final String HEX_NAME
- See Also:
- Constant Field Values
-
HEX
public static final Charset HEX
-
BASE64_NAME
public static final String BASE64_NAME
- See Also:
- Constant Field Values
-
BASE64
public static final Charset BASE64
-
UFT_8_BOM_NAME
public static final String UFT_8_BOM_NAME
- See Also:
- Constant Field Values
-
UTF_8_BOM
public static final Charset UTF_8_BOM
-
-
Method Detail
-
toHex
public static void toHex(Appendable out, byte b) throws IOException
- Throws:
IOException
-
-