public interface ContentObject
Modifier and Type | Method and Description |
---|---|
InputStream |
getContent() |
long |
getContentLength() |
String |
getId() |
String getId()
long getContentLength()
InputStream getContent()
InputStream
instance. Caller should close the inputstream after usage
to prevent resources leaking.Copyright © 2014–2015 Alfresco. All rights reserved.