Package org.apache.tika.example
Class PickBestTextEncodingParser.CharsetContentHandlerFactory
- java.lang.Object
- 
- org.apache.tika.example.PickBestTextEncodingParser.CharsetContentHandlerFactory
 
- 
- All Implemented Interfaces:
- Serializable,- ContentHandlerFactory
 - Enclosing class:
- PickBestTextEncodingParser
 
 protected class PickBestTextEncodingParser.CharsetContentHandlerFactory extends Object implements ContentHandlerFactory - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedCharsetContentHandlerFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentHandlergetNewContentHandler()ContentHandlergetNewContentHandler(OutputStream os, Charset charset)
 
- 
- 
- 
Method Detail- 
getNewContentHandlerpublic ContentHandler getNewContentHandler() - Specified by:
- getNewContentHandlerin interface- ContentHandlerFactory
 
 - 
getNewContentHandlerpublic ContentHandler getNewContentHandler(OutputStream os, Charset charset) - Specified by:
- getNewContentHandlerin interface- ContentHandlerFactory
 
 
- 
 
-