org.aksw.commons.sparql.api.cache.extra
Interface InputStreamProvider

All Superinterfaces:
org.aksw.commons.collections.IClosable
All Known Implementing Classes:
InputStreamProviderBZip2, 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


Method Summary
 InputStream open()
           
 
Methods inherited from interface org.aksw.commons.collections.IClosable
close
 

Method Detail

open

InputStream open()


Copyright © 2012. All Rights Reserved.