public static interface DownloadAction.StreamInfo
DownloadAction
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentType()
Returns the content type of the stream to be downloaded.
|
java.io.InputStream |
getInputStream()
Returns an input stream on the content to be downloaded.
|
java.lang.String getContentType()
java.io.InputStream getInputStream() throws java.io.IOException
DownloadAction
.java.io.IOException
- if an error occursCopyright © 2000–2021 Apache Software Foundation. All rights reserved.