MediaContent
instead.public interface DigitalAssetMediaContent
Modifier and Type | Method and Description |
---|---|
void |
closeInputStream()
Deprecated.
Closes the input stream of the physical file.
|
long |
getContentLength()
Deprecated.
Returns the content length of the physical file.
|
InputStream |
getInputStream()
Deprecated.
Returns the input stream of the physical file.
|
InputStream getInputStream()
long getContentLength()
void closeInputStream() throws DAMException
DAMException
- if there is an error when you close input stream of the physical file.