public class CharsetUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static Charset |
ASCII
the ascii encoding
|
static Charset |
UTF_8
the utf-8 encoding
|
static String |
UTF_8_NAME
name of the utf-8 encoding
|
| Constructor and Description |
|---|
CharsetUtil() |
public static final String UTF_8_NAME
public static final Charset UTF_8
public static final Charset ASCII
Copyright © 2016–2021. All rights reserved.