- All Superinterfaces:
- org.aksw.commons.collections.IClosable
- All Known Implementing Classes:
- InputStreamProviderBlobClosable, InputStreamProviderBZip2, InputStreamProviderInputStreamClosable, InputStreamProviderResultSetBlob
public interface InputStreamProvider
extends org.aksw.commons.collections.IClosable
A class that can provide an InputStream.
Note: The provide itself might require closing:
The use case is to have a resultset, that offers a clob, that offers an InputStream.
on the one hand, the inputstream to the clob has to be closed, on the other
hand the result set needs to be closed.
- Author:
- Claus Stadler
Date: 11/28/11
Time: 10:25 PM