protected class PickBestTextEncodingParser.CharsetContentHandlerFactory extends Object implements org.apache.tika.sax.ContentHandlerFactory
| Modifier | Constructor and Description |
|---|---|
protected |
CharsetContentHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
ContentHandler |
getNewContentHandler() |
ContentHandler |
getNewContentHandler(OutputStream os,
Charset charset) |
ContentHandler |
getNewContentHandler(OutputStream os,
String encoding) |
public ContentHandler getNewContentHandler()
getNewContentHandler in interface org.apache.tika.sax.ContentHandlerFactorypublic ContentHandler getNewContentHandler(OutputStream os, String encoding) throws UnsupportedEncodingException
getNewContentHandler in interface org.apache.tika.sax.ContentHandlerFactoryUnsupportedEncodingExceptionpublic ContentHandler getNewContentHandler(OutputStream os, Charset charset)
getNewContentHandler in interface org.apache.tika.sax.ContentHandlerFactoryCopyright © 2007–2025 The Apache Software Foundation. All rights reserved.