org.gcube.data.spd.plugin.fwk.readers
Class RSReader<T>
java.lang.Object
org.gcube.data.spd.plugin.fwk.readers.RSReader<T>
- All Implemented Interfaces:
- Iterator<T>
- Direct Known Subclasses:
- OccurrencesReader, ResultItemReader, StringReader
public abstract class RSReader<T>
- extends Object
- implements Iterator<T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSReader
public RSReader(String locator)
throws Exception
- Throws:
Exception
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<T>
next
public T next()
- Specified by:
next in interface Iterator<T>
transform
public abstract T transform(String serializedItem)
throws Exception
- Throws:
Exception
remove
public void remove()
- Specified by:
remove in interface Iterator<T>
Copyright © 2013. All Rights Reserved.