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
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.