public interface ContentHandlerFactory
ContentHandler
实例。
该接口由URLStreamHandler
类用来创建一个MIME类型ContentHandler
。
ContentHandler
,
URLStreamHandler
Modifier and Type | Method and Description |
---|---|
ContentHandler |
createContentHandler(String mimetype)
创建阅读从一个
URLStreamHandler 对象一种新
ContentHandler 。
|
ContentHandler createContentHandler(String mimetype)
URLStreamHandler
对象一种新
ContentHandler
。
mimetype
的MIME类型,内容处理程序所需的。
ContentHandler
读一
URLStreamHandler
对象。
ContentHandler
,
URLStreamHandler
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.