Uses of Interface
org.apache.tika.detect.EncodingDetector

Packages that use EncodingDetector
org.apache.tika.parser.html   
org.apache.tika.parser.txt   
 

Uses of EncodingDetector in org.apache.tika.parser.html
 

Classes in org.apache.tika.parser.html that implement EncodingDetector
 class HtmlEncodingDetector
          Character encoding detector for determining the character encoding of a HTML document based on the potential charset parameter found in a Content-Type http-equiv meta tag somewhere near the beginning.
 

Uses of EncodingDetector in org.apache.tika.parser.txt
 

Classes in org.apache.tika.parser.txt that implement EncodingDetector
 class Icu4jEncodingDetector
           
 class UniversalEncodingDetector
           
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.