protected class PickBestTextEncodingParser.CharsetContentHandlerFactory extends Object implements 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 ContentHandlerFactorypublic ContentHandler getNewContentHandler(OutputStream os, String encoding) throws UnsupportedEncodingException
getNewContentHandler in interface ContentHandlerFactoryUnsupportedEncodingExceptionpublic ContentHandler getNewContentHandler(OutputStream os, Charset charset)
getNewContentHandler in interface ContentHandlerFactoryCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.