org.aksw.commons.sparql.api.cache.extra
Class InputStreamProviderResultSetBlob

java.lang.Object
  extended by org.aksw.commons.sparql.api.cache.extra.InputStreamProviderResultSetBlob
All Implemented Interfaces:
IClosable, InputStreamProvider

public class InputStreamProviderResultSetBlob
extends Object
implements InputStreamProvider

Author:
Claus Stadler

Date: 11/28/11 Time: 11:54 PM


Constructor Summary
InputStreamProviderResultSetBlob(ResultSet rs, Blob blob)
           
 
Method Summary
 void close()
           
 InputStream open()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputStreamProviderResultSetBlob

public InputStreamProviderResultSetBlob(ResultSet rs,
                                        Blob blob)
Method Detail

open

public InputStream open()
Specified by:
open in interface InputStreamProvider

close

public void close()
Specified by:
close in interface IClosable


Copyright © 2012. All Rights Reserved.