net.fortytwo.flow.rdf
Class CloseableIterationSource<T,E extends Exception>
java.lang.Object
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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloseableIterationSource
public CloseableIterationSource(info.aduna.iteration.CloseableIteration<T,E> iter)
writeTo
public void writeTo(Sink<T> sink)
throws RippleException
- Specified by:
writeTo in interface Source<T>
- Throws:
RippleException
Copyright © 2007-2014. All Rights Reserved.