Package com.opentext.ia.sdk.client.api
Interface ContentResult
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Implementing Classes:
DefaultContentResult
Result of getting binary content from a SIP.
-
Method Summary
-
Method Details
-
getFormatMimeType
String getFormatMimeType() -
getLength
long getLength() -
getInputStream
InputStream getInputStream() -
getName
String getName()
-