public class Charsets extends Object
| Modifier and Type | Field and Description |
|---|---|
static Charset |
GBK
字符集GBK
|
static String |
GBK_NAME |
static Charset |
ISO_8859_1
字符集ISO-8859-1
|
static String |
ISO_8859_1_NAME |
static Charset |
UTF_8
字符集utf-8
|
static String |
UTF_8_NAME |
| Constructor and Description |
|---|
Charsets() |
public static final Charset ISO_8859_1
public static final String ISO_8859_1_NAME
public static final Charset GBK
public static final String GBK_NAME
public static final Charset UTF_8
public static final String UTF_8_NAME
Copyright © 2024. All rights reserved.