Package org.apache.tika.sax
Interface ContentHandlerFactory
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BasicContentHandlerFactory
,PickBestTextEncodingParser.CharsetContentHandlerFactory
Interface to allow easier injection of code for getting a new ContentHandler
-
Method Summary
Modifier and TypeMethodDescriptiongetNewContentHandler
(OutputStream os, String encoding) Deprecated.getNewContentHandler
(OutputStream os, Charset charset)
-
Method Details
-
getNewContentHandler
ContentHandler getNewContentHandler() -
getNewContentHandler
@Deprecated ContentHandler getNewContentHandler(OutputStream os, String encoding) throws UnsupportedEncodingException Deprecated.- Throws:
UnsupportedEncodingException
-
getNewContentHandler
-
getNewContentHandler(OutputStream, Charset)