public interface Content
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent()
Gets content as a string
|
java.lang.String |
getEncoding()
Gets the content encoding
|
java.io.InputStream |
getInputStream()
Gets the content input stream
|
java.lang.String |
getMimetype()
Gets the content mimetype
|
java.io.Reader |
getReader()
Gets the content reader (which is sensitive to encoding)
|
long |
getSize()
Gets the content length (in bytes)
|
java.lang.String getContent()
throws java.io.IOException
java.io.IOExceptionjava.lang.String getMimetype()
java.lang.String getEncoding()
long getSize()
java.io.InputStream getInputStream()
java.io.Reader getReader()
throws java.io.IOException
java.io.IOExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.