Interface MediaContent
- All Superinterfaces:
AutoCloseable,Closeable
Contains methods related to
MediaContent.- Since:
- 1.6.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidclose()voidClose the input stream.longReturns the content length.Returns the input stream.
-
Method Details
-
getInputStream
InputStream getInputStream()Returns the input stream. -
getContentLength
long getContentLength()Returns the content length. -
closeInputStream
Close the input stream.- Throws:
DAMException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-