javax.accessibility
Interface AccessibleStreamable
public
interface
AccessibleStreamable
This interface represents a streamable accessible object.
Since: 1.5
Method Summary |
DataFlavor[] | getMimeTypes()
Return an array of the data flavors supported by this object. |
InputStream | getStream(DataFlavor flavor)
Return an input stream that yields the contents of this object,
using the given data flavor. |
public DataFlavor[] getMimeTypes()
Return an array of the data flavors supported by this object.
public InputStream getStream(DataFlavor flavor)
Return an input stream that yields the contents of this object,
using the given data flavor. If the given data flavor cannot
be used, returns null.
Parameters: flavor the data flavor