|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 | |||||||||
java.lang.Objecttot.util.Encoder
public class Encoder
| 方法摘要 | |
|---|---|
static java.lang.String |
decodeURL(java.lang.String input)
This method just call URLDecoder.decode() with the default encoding UTF-8 |
static java.lang.String |
encodeURL(java.lang.String input)
This method just call URLEncoder.encode() with the default encoding is UTF-8 |
static java.lang.String |
getBase64(java.lang.String input)
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 方法详细信息 |
|---|
public static java.lang.String getBase64(java.lang.String input)
public static java.lang.String encodeURL(java.lang.String input)
input - String
public static java.lang.String decodeURL(java.lang.String input)
input - String
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 | |||||||||