ContentHandler
.
This interface is used by the URLStreamHandler
class
to create a ContentHandler
for a MIME type.
java.net.ContentHandler
, java.net.URLStreamHandler
Modifier and Type | Method and Description |
---|---|
public ContentHandler | Returns: a newContentHandler to read an object from a
URLStreamHandler .the MIME type for which a content handler is desired. mimetype)Creates a new |
createContentHandler | back to summary |
---|---|
public ContentHandler createContentHandler(String mimetype) Creates a new
|