org.test4j.tools.cpdetector
类 UnsupportedCharset

java.lang.Object
  继承者 java.nio.charset.Charset
      继承者 org.test4j.tools.cpdetector.UnsupportedCharset
所有已实现的接口:
Comparable<Charset>

public class UnsupportedCharset
extends Charset


方法摘要
 boolean contains(Charset cs)
           
 String displayName()
           
 String displayName(Locale locale)
           
static Charset forName(String name)
           
 CharsetDecoder newDecoder()
           
 CharsetEncoder newEncoder()
           
 
从类 java.nio.charset.Charset 继承的方法
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, encode, encode, equals, hashCode, isRegistered, isSupported, name, toString
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

方法详细信息

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.