public interface Content
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Gets content as a string
|
String |
getEncoding()
Gets the content encoding
|
InputStream |
getInputStream()
Gets the content input stream
|
String |
getMimetype()
Gets the content mimetype
|
Reader |
getReader()
Gets the content reader (which is sensitive to encoding)
|
long |
getSize()
Gets the content length (in bytes)
|
String getContent() throws IOException
IOException
String getMimetype()
String getEncoding()
long getSize()
InputStream getInputStream()
Reader getReader() throws IOException
IOException
Copyright © 2005–2019 Alfresco Software. All rights reserved.