Java javax.activation URLDataSource fields, constructors, methods, implement or subclass

Example usage for Java javax.activation URLDataSource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.activation URLDataSource.

The text is from its open source code.

Constructor

URLDataSource(URL url)
URLDataSource constructor.

Method

InputStreamgetInputStream()
The getInputStream method from the URL.
StringgetName()
Calls the getFile method on the URL used to instantiate the object.
URLgetURL()
Return the URL used to create this DataSource.