|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface DataSource
An interface by which MIME data can be retrieved and stored.
| Method Summary | |
|---|---|
java.lang.String |
getContentType()
Returns the MIME content type of the data. |
java.io.InputStream |
getInputStream()
Returns an input stream from which the data can be read. |
java.lang.String |
getName()
Returns the underlying name of this object. |
java.io.OutputStream |
getOutputStream()
Returns an output stream to which the data can be written. |
| Method Detail |
|---|
java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOException
java.io.OutputStream getOutputStream()
throws java.io.IOException
java.io.IOExceptionjava.lang.String getContentType()
java.lang.String getName()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||