org.databene.document.csv
Interface CSVLineHandler


public interface CSVLineHandler

Callback interface for CSV parsing.

Created: 26.10.2007 12:53:01


Method Summary
 void handle(java.lang.String[] cells)
           
 

Method Detail

handle

void handle(java.lang.String[] cells)


Copyright © 2010. All Rights Reserved.