Frames | No Frames |
Classes implementing javax.activation.DataSource | |
class | Data source encapsulating a file.
|
class | DataSource implementation that retrieves its data from a URL.
|
Constructors with parameter type javax.activation.DataSource | |
Constructor in which the data is read from a data source.
|
Methods with parameter type javax.activation.DataSource | |
DataContentHandler | Locate a DataContentHandler that corresponds to the MIME type.
|
CommandInfo[] | Get all the available commands for this type. |
CommandInfo | Get the default command corresponding to the MIME type.
|
Object | Returns an object representing the data in its most preferred form.
|
CommandInfo[] | Get the preferred command list from a MIME Type. |
Object | Returns an object representing the data to be transferred.
|
Methods with return type javax.activation.DataSource | |
DataSource | Returns the data source from which data is read.
|