Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
InputStreams
and
OutputStreams
where appropriate.
Method Summary | |
java.lang.String | getContentType()
|
java.io.InputStream | getInputStream()
InputStream representing the
the data and throws the appropriate exception if it can
not do so.
|
java.lang.String | getName()
|
java.io.OutputStream | getOutputStream()
OutputStream where the
data can be written and throws the appropriate exception if it can
not do so.
|
Method Detail |
public java.io.InputStream getInputStream() throws java.io.IOException
InputStream
representing the
the data and throws the appropriate exception if it can
not do so.public java.io.OutputStream getOutputStream() throws java.io.IOException
OutputStream
where the
data can be written and throws the appropriate exception if it can
not do so.public java.lang.String getContentType()
public java.lang.String getName()
Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |