|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectorg.jboss.netty.util.internal.StringUtil
public class StringUtil

String utility class.
| 字段摘要 | |
|---|---|
static java.lang.String |
NEWLINE
|
| 方法摘要 | |
|---|---|
static java.lang.String |
stripControlCharacters(java.lang.Object value)
Strip an Object of it's ISO control characters. |
static java.lang.String |
stripControlCharacters(java.lang.String value)
Strip a String of it's ISO control characters. |
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
public static final java.lang.String NEWLINE
| 方法详细信息 |
|---|
public static java.lang.String stripControlCharacters(java.lang.Object value)
value - The Object that should be stripped. This objects toString method will
called and the result passed to stripControlCharacters(String).
String
A new String instance with its hexadecimal control characters replaced
by a space. Or the unmodified String if it does not contain any ISO
control characters.public static java.lang.String stripControlCharacters(java.lang.String value)
value - The String that should be stripped.
String
A new String instance with its hexadecimal control characters replaced
by a space. Or the unmodified String if it does not contain any ISO
control characters.
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||