org.test4j.tools.cpdetector
类 UnknownCharset

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

public class UnknownCharset
extends Charset


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

方法详细信息

getInstance

public static Charset getInstance()

contains

public boolean contains(Charset cs)
指定者:
Charset 中的 contains

newDecoder

public CharsetDecoder newDecoder()
指定者:
Charset 中的 newDecoder

newEncoder

public CharsetEncoder newEncoder()
指定者:
Charset 中的 newEncoder


Copyright © 2013. All rights reserved.