public abstract class DocumentContent extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
DocumentContent()
Constructor for inheritance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract InputStream |
getData()
Actual document content.
|
abstract String |
getType()
Document MIME type.
|
public abstract InputStream getData()
InputStreamCopyright © 2003–2019 eXo Platform SAS. All rights reserved.