public interface ContentHandlerFactory 
      ContentHandler的实例。 
        该接口由URLStreamHandler类用于为MIME类型创建一个ContentHandler 。 
ContentHandler , URLStreamHandler 
       | Modifier and Type | Method and Description | 
|---|---|
| ContentHandler | createContentHandler(String mimetype)
              创建一个新的 
              ContentHandler从URLStreamHandler读取一个对象。 | 
ContentHandler createContentHandler(String mimetype)
ContentHandler从 
           URLStreamHandler读取一个对象。 
          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.