org.apache.wink.common.model.csv
Interface CsvSerializer

All Known Implementing Classes:
CsvTable, MultiCsvTable

public interface CsvSerializer

This interface is used in the serialization of a CSV


Method Summary
 java.util.Iterator<java.lang.String[]> getEntities()
          Return an iterator over the rows of the CSV as a String[].
 

Method Detail

getEntities

java.util.Iterator<java.lang.String[]> getEntities()
Return an iterator over the rows of the CSV as a String[].

Returns:
Iterator iterator over the rows


Copyright © 2009 The Apache Software Foundation. All Rights Reserved.