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
 Iterator<String[]> getEntities()
          Return an iterator over the rows of the CSV as a String[].
 

Method Detail

getEntities

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

Returns:
Iterator iterator over the rows


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