Example usage for Java javax.activation DataSource fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
Class> | getClass() Returns the runtime class of this Object . |
String | getContentType() This method returns the MIME type of the data in the form of a string. |
InputStream | getInputStream() This method returns an InputStream representing the data and throws the appropriate exception if it can not do so. |
String | getName() Return the name of this object where the name of the object is dependant on the nature of the underlying objects. |