java.lang.Object | +--javax.activation.URLDataSourceAll Implemented Interfaces:
URLDataSource(URL url) Constructor. |
String | Returns the Content-Type header for the URL. |
InputStream | |
String | getName() Returns the result of getFile of the underlying URL. |
OutputStream | |
URL | getURL() Returns the underlying URL. |
public URLDataSource(URL url)
public String getContentType()
public InputStream getInputStream()
public String getName()
getFile
of the underlying URL.
public OutputStream getOutputStream()
public URL getURL()