|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.alibaba.druid.filter.encoding.CharsetConvert
public class CharsetConvert
字符编码转换器
| 构造方法摘要 | |
|---|---|
CharsetConvert(String clientEncoding,
String serverEncoding)
|
|
| 方法摘要 | |
|---|---|
String |
decode(String s)
字符串解码 |
String |
encode(String s)
字符串编码 |
boolean |
isEmpty(String s)
判断空字符串 |
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public CharsetConvert(String clientEncoding,
String serverEncoding)
| 方法详细信息 |
|---|
public String encode(String s)
throws UnsupportedEncodingException
s - String
UnsupportedEncodingException
public String decode(String s)
throws UnsupportedEncodingException
s - String
UnsupportedEncodingExceptionpublic boolean isEmpty(String s)
s - String
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||