public final class DownloadableContent
extends java.lang.Object
| Constructor and Description |
|---|
DownloadableContent(java.lang.String filename,
java.lang.String type,
java.io.InputStream content) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getContent()
The content stream.
|
java.lang.String |
getFilename()
The filename of the content.
|
java.lang.String |
getType()
The content type of the content.
|
public DownloadableContent(java.lang.String filename,
java.lang.String type,
java.io.InputStream content)
public java.lang.String getFilename()
public java.lang.String getType()
public java.io.InputStream getContent()