Class CSVRecordBuffer
java.lang.Object
com.google.code.externalsorting.csv.CSVRecordBuffer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
iterator
-
parser
private org.apache.commons.csv.CSVParser parser -
cache
private org.apache.commons.csv.CSVRecord cache
-
-
Constructor Details
-
CSVRecordBuffer
public CSVRecordBuffer(org.apache.commons.csv.CSVParser parser) throws IOException, ClassNotFoundException - Throws:
IOException
ClassNotFoundException
-
-
Method Details
-
close
- Throws:
IOException
-
empty
public boolean empty() -
peek
public org.apache.commons.csv.CSVRecord peek() -
pop
- Throws:
IOException
ClassNotFoundException
-
reload
- Throws:
IOException
ClassNotFoundException
-