sharin.csv.parser
Interface CsvPullParser

All Superinterfaces:
CsvParser
All Known Implementing Classes:
BasicCsvPullParser

public interface CsvPullParser
extends CsvParser


Method Summary
 Iterable<String[]> parse(Reader reader)
           
 
Methods inherited from interface sharin.csv.parser.CsvParser
parseAll
 

Method Detail

parse

Iterable<String[]> parse(Reader reader)


Copyright © 2009 SHU. All Rights Reserved.