Package com.cumulocity.model.io
Interface DisposableInputStreamSource
-
- All Known Implementing Classes:
DisposableInputStreamSource.DisposableResource,DisposableInputStreamSource.LazyInputStreamSource
public interface DisposableInputStreamSource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDisposableInputStreamSource.DisposableResourcestatic classDisposableInputStreamSource.LazyInputStreamSource
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispose()InputStreamgetInputStream()
-
-
-
Method Detail
-
dispose
void dispose() throws IOException- Throws:
IOException
-
getInputStream
InputStream getInputStream() throws IOException
- Throws:
IOException
-
-