org.test4j.tools.cpdetector
类 AbstractCodepageDetector

java.lang.Object
  继承者 org.test4j.tools.cpdetector.AbstractCodepageDetector
所有已实现的接口:
Comparable<ICodepageDetector>, ICodepageDetector
直接已知子类:
CodepageDetectorProxy, JChardetFacade

public abstract class AbstractCodepageDetector
extends Object
implements ICodepageDetector


构造方法摘要
AbstractCodepageDetector()
           
 
方法摘要
 int compareTo(ICodepageDetector o)
           
 Charset detectCodepage(URL url)
           
 Reader open(URL url)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 org.test4j.tools.cpdetector.ICodepageDetector 继承的方法
detectCodepage
 

构造方法详细信息

AbstractCodepageDetector

public AbstractCodepageDetector()
方法详细信息

detectCodepage

public Charset detectCodepage(URL url)
                       throws IOException
指定者:
接口 ICodepageDetector 中的 detectCodepage
抛出:
IOException

open

public final Reader open(URL url)
                  throws IOException
指定者:
接口 ICodepageDetector 中的 open
抛出:
IOException

compareTo

public int compareTo(ICodepageDetector o)
指定者:
接口 Comparable<ICodepageDetector> 中的 compareTo


Copyright © 2013. All rights reserved.