Example usage for Java javax.activation URLDataSource fields, constructors, methods, implement or subclass
The text is from its open source code.
URLDataSource(URL url) URLDataSource constructor. |
InputStream | getInputStream() The getInputStream method from the URL. |
String | getName() Calls the getFile method on the URL used to instantiate the object. |
URL | getURL() Return the URL used to create this DataSource. |