org.test4j.tools.cpdetector
接口 ICodepageDetector

所有超级接口:
Comparable<ICodepageDetector>
所有已知实现类:
AbstractCodepageDetector, CodepageDetectorProxy, JChardetFacade

public interface ICodepageDetector
extends Comparable<ICodepageDetector>


方法摘要
 Charset detectCodepage(InputStream paramInputStream, int paramInt)
           
 Charset detectCodepage(URL paramURL)
           
 Reader open(URL paramURL)
           
 
从接口 java.lang.Comparable 继承的方法
compareTo
 

方法详细信息

open

Reader open(URL paramURL)
            throws IOException
抛出:
IOException

detectCodepage

Charset detectCodepage(URL paramURL)
                       throws IOException
抛出:
IOException

detectCodepage

Charset detectCodepage(InputStream paramInputStream,
                       int paramInt)
                       throws IOException
抛出:
IOException


Copyright © 2013. All rights reserved.