org.apache.pivot.serialization
Class CSVSerializer.StreamIterator
java.lang.Object
org.apache.pivot.serialization.CSVSerializer.StreamIterator
- Enclosing class:
- CSVSerializer
public class CSVSerializer.StreamIterator
- extends Object
Allows a caller to retrieve the contents of a CSV stream iteratively.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hasNext
public boolean hasNext()
next
public Object next()
throws IOException,
SerializationException
- Throws:
IOException
SerializationException
remove
public void remove()