Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
ContentHandler
.
This interface is used by the URLStreamHandler
class
to create a ContentHandler
for a MIME type.
Method Summary | |
ContentHandler | createContentHandler(String mimetype)
ContentHandler to read an object from
a URLStreamHandler .
|
Method Detail |
public ContentHandler createContentHandler(String mimetype)
ContentHandler
to read an object from
a URLStreamHandler
.
mimetype
- the MIME type for which a content handler is desired.
ContentHandler
to read an object from a
URLStreamHandler
.Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |