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

All Known Implementing Classes:
CsvTable, MultiCsvTable

public interface CsvDeserializer

This interface is used in the deserialization of a CSV


Method Summary
 void addEntity(java.lang.String[] row)
          Add a single row to the CSV
 

Method Detail

addEntity

void addEntity(java.lang.String[] row)
Add a single row to the CSV

Parameters:
row - the row to add


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