public class InputStreamDocumentContent extends AbstractDocumentContent
| Constructor and Description |
|---|
InputStreamDocumentContent(String filename,
InputStream inputStream,
String mimeType) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream()
Get an input stream for the content.
|
getContent, getContentStream, getFilename, getLength, getMimeType, toStringpublic InputStreamDocumentContent(String filename, InputStream inputStream, String mimeType)
public InputStream getInputStream()
DocumentContentCopyright © 2015. All rights reserved.