Read remote .csv file using opencsv
问题 I've been pondering this for a fair amount of time now. I'm trying to download the data from Yahoo!'s Stock API. When you use the API, it gives you a .csv file. I've been looking at opencsv, which seems perfect, except I want to avoid downloading and saving the file, if at all possible . OpenCSV, according to the examples, can only read from a FileReader . According to Oracle's docs on FileReader, the file needs to be local. Is it possible to read from a remote file using OpenCSV without