All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.darwinsys.csv.CSVParser Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package com.darwinsys.csv;

import java.util.List;

public interface CSVParser {
	/** Parse one String, and return it as a list of strings. */
	public List parse(String line);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy