Uses of Class
net.sf.mmm.util.io.api.EncodingDetectionReader

Packages that use EncodingDetectionReader
net.sf.mmm.util.io.api Provides the API for utilities that help to read and write data, process bytes, etc. 
net.sf.mmm.util.io.base Contains public implementations that help to read and write data, process bytes, etc. 
 

Uses of EncodingDetectionReader in net.sf.mmm.util.io.api
 

Methods in net.sf.mmm.util.io.api that return EncodingDetectionReader
 EncodingDetectionReader EncodingUtil.createUtfDetectionReader(InputStream inputStream, String nonUtfEncoding)
          This method creates a new Reader for the given inputStream.
 

Uses of EncodingDetectionReader in net.sf.mmm.util.io.base
 

Subclasses of EncodingDetectionReader in net.sf.mmm.util.io.base
protected  class EncodingUtilImpl.UtfDetectionReader
           
 

Methods in net.sf.mmm.util.io.base that return EncodingDetectionReader
 EncodingDetectionReader EncodingUtilImpl.createUtfDetectionReader(InputStream inputStream, String nonUtfEncoding)
          This method creates a new Reader for the given inputStream.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.