public final class CharsetUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CharsetUtils.FixedDecoder |
static class |
CharsetUtils.FixedEncoder |
Modifier and Type | Field and Description |
---|---|
static Charset |
BASE64 |
static String |
BASE64_NAME |
static Charset |
HEX |
static String |
HEX_NAME |
static String |
UFT_8_BOM_NAME |
static Charset |
UTF_8_BOM |
Constructor and Description |
---|
CharsetUtils() |
Modifier and Type | Method and Description |
---|---|
static Charset |
getCharset(String encoding) |
static void |
toHex(CharBuffer out,
byte b) |
public static final String HEX_NAME
public static final Charset HEX
public static final String BASE64_NAME
public static final Charset BASE64
public static final String UFT_8_BOM_NAME
public static final Charset UTF_8_BOM
public static void toHex(CharBuffer out, byte b)
Copyright © 2018 JBoss by Red Hat. All rights reserved.