Interface MediaContent
- All Superinterfaces:
AutoCloseable
,Closeable
Contains methods related to
MediaContent
.- Since:
- 1.6.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
close()
void
Close the input stream.long
Returns 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:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-