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 Summary
Constructors Modifier Constructor Description protected
CharsetContentHandlerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentHandler
getNewContentHandler()
ContentHandler
getNewContentHandler(OutputStream os, String encoding)
ContentHandler
getNewContentHandler(OutputStream os, Charset charset)
-
-
-
Method Detail
-
getNewContentHandler
public ContentHandler getNewContentHandler()
- Specified by:
getNewContentHandler
in interfaceContentHandlerFactory
-
getNewContentHandler
public ContentHandler getNewContentHandler(OutputStream os, String encoding) throws UnsupportedEncodingException
- Specified by:
getNewContentHandler
in interfaceContentHandlerFactory
- Throws:
UnsupportedEncodingException
-
getNewContentHandler
public ContentHandler getNewContentHandler(OutputStream os, Charset charset)
- Specified by:
getNewContentHandler
in interfaceContentHandlerFactory
-
-