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

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

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

Author:
Joshua Shinavier (http://fortytwo.net)

Constructor Summary
CloseableIterationSource(info.aduna.iteration.CloseableIteration<T,E> iter)
           
 
Method Summary
 void writeTo(Sink<T> 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> sink)
             throws RippleException
Specified by:
writeTo in interface Source<T>
Throws:
RippleException


Copyright © 2007-2014. All Rights Reserved.