org.test4j.tools.cpdetector
类 UnsupportedCharset
java.lang.Object
java.nio.charset.Charset
org.test4j.tools.cpdetector.UnsupportedCharset
- 所有已实现的接口:
- Comparable<Charset>
public class UnsupportedCharset
- extends Charset
| 从类 java.nio.charset.Charset 继承的方法 |
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, encode, encode, equals, hashCode, isRegistered, isSupported, name, toString |
forName
public static Charset forName(String name)
contains
public boolean contains(Charset cs)
- 指定者:
- 类
Charset 中的 contains
newDecoder
public CharsetDecoder newDecoder()
- 指定者:
- 类
Charset 中的 newDecoder
newEncoder
public CharsetEncoder newEncoder()
- 指定者:
- 类
Charset 中的 newEncoder
displayName
public String displayName()
- 覆盖:
- 类
Charset 中的 displayName
displayName
public String displayName(Locale locale)
- 覆盖:
- 类
Charset 中的 displayName
Copyright © 2013. All rights reserved.