com.sforce.async
Class CSVReader
java.lang.Object
com.sforce.async.CSVReader
public class CSVReader
- extends Object
Parse a CSV file into lines of fields.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSVReader
public CSVReader(Reader input)
CSVReader
public CSVReader(Reader input,
char customizedSeparator)
CSVReader
public CSVReader(InputStream input)
CSVReader
public CSVReader(InputStream input,
String enc)
throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
CSVReader
public CSVReader(InputStream input,
String enc,
char customizedSeparator)
throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
CSVReader
public CSVReader(BufferedReader input)
CSVReader
public CSVReader(BufferedReader input,
char customizedSeparator)
nextRecord
public ArrayList<String> nextRecord()
throws IOException
- Throws:
IOException
getMaxRowsInFile
public int getMaxRowsInFile()
setMaxRowsInFile
public void setMaxRowsInFile(int newMax)
setMaxCharsInFile
public void setMaxCharsInFile(int newMax)
Copyright © 2014. All Rights Reserved.