public class Charset extends Object
| Modifier and Type | Field and Description |
|---|---|
static Charset |
LATIN1 |
static Charset |
UTF8 |
static Charset |
UTF8MB4 |
| Modifier and Type | Method and Description |
|---|---|
static Charset |
aCharset(String charset,
String collate) |
static Charset |
defaults() |
boolean |
equals(Object o) |
String |
getCharset() |
String |
getCollate() |
int |
hashCode() |
String |
toString() |
Copyright © 2022. All rights reserved.