org.apache.pivot.serialization
Class CSVSerializer.StreamIterator

java.lang.Object
  extended by 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.


Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()

next

public Object next()
            throws IOException,
                   SerializationException
Throws:
IOException
SerializationException

remove

public void remove()