public class Charsets extends Object
Modifier and Type | Field and Description |
---|---|
static Charset |
GB_2312 |
static Charset |
GBK |
static Charset |
ISO_8859_1 |
static Charset |
UTF_8 |
Modifier and Type | Method and Description |
---|---|
static boolean |
isSupported(String charset)
是否是支持的编码集
|
static Charset |
of(String charset) |
Copyright © 2024. All rights reserved.