net.fortytwo.flow.rdf
Class CloseableIterationSource<T,E extends Exception>

java.lang.Object
  extended by net.fortytwo.flow.rdf.CloseableIterationSource<T,E>
All Implemented Interfaces:
Source<T,E>

public class CloseableIterationSource<T,E extends Exception>
extends Object
implements Source<T,E>


Constructor Summary
CloseableIterationSource(info.aduna.iteration.CloseableIteration<T,E> iter)
           
 
Method Summary
 void writeTo(Sink<T,E> sink)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloseableIterationSource

public CloseableIterationSource(info.aduna.iteration.CloseableIteration<T,E> iter)
Method Detail

writeTo

public void writeTo(Sink<T,E> sink)
             throws E extends Exception
Specified by:
writeTo in interface Source<T,E extends Exception>
Throws:
E extends Exception


Copyright © 2007-2011 fortytwo.net. All Rights Reserved.