Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface DataSource
Method Summary | |
String |
|
InputStream |
|
String |
|
OutputStream |
|
public String getContentType()
Returns the MIME content type of the data.
public InputStream getInputStream() throws IOException
Returns an input stream from which the data can be read.
public String getName()
Returns the underlying name of this object.
public OutputStream getOutputStream() throws IOException
Returns an output stream to which the data can be written.