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

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

Introduction

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

The text is from its open source code.

Implementation

javax.activation.DataSource has the following implementations.
Click this link to see all its implementation.

Constructor

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
ClassgetClass()
Returns the runtime class of this Object .
StringgetContentType()
This method returns the MIME type of the data in the form of a string.
InputStreamgetInputStream()
This method returns an InputStream representing the data and throws the appropriate exception if it can not do so.
StringgetName()
Return the name of this object where the name of the object is dependant on the nature of the underlying objects.