org.apache.tika.parser.txt
Class Icu4jEncodingDetector

java.lang.Object
  extended by org.apache.tika.parser.txt.Icu4jEncodingDetector
All Implemented Interfaces:
org.apache.tika.detect.EncodingDetector

public class Icu4jEncodingDetector
extends Object
implements org.apache.tika.detect.EncodingDetector


Constructor Summary
Icu4jEncodingDetector()
           
 
Method Summary
 Charset detect(InputStream input, org.apache.tika.metadata.Metadata metadata)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Icu4jEncodingDetector

public Icu4jEncodingDetector()
Method Detail

detect

public Charset detect(InputStream input,
                      org.apache.tika.metadata.Metadata metadata)
               throws IOException
Specified by:
detect in interface org.apache.tika.detect.EncodingDetector
Throws:
IOException


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