public class SuperCSVList extends AbstractCSVList
index, reader, skipLines| Constructor and Description |
|---|
SuperCSVList(java.io.File text,
java.io.File index,
java.nio.charset.Charset charset) |
SuperCSVList(RandomAccessFileReader reader,
RandomAccessFileIndex index,
int skipLines) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
protected java.util.List<java.lang.String> |
nextRecord() |
void |
setPreferences(CsvPreference preferences) |
clear, close, get, get64, size, size64add, add, addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic SuperCSVList(java.io.File text,
java.io.File index,
java.nio.charset.Charset charset)
throws java.io.IOException
java.io.IOExceptionpublic SuperCSVList(RandomAccessFileReader reader, RandomAccessFileIndex index, int skipLines) throws java.io.IOException
java.io.IOExceptionpublic void setPreferences(CsvPreference preferences)
protected java.util.List<java.lang.String> nextRecord()
throws java.io.IOException
nextRecord in class AbstractCSVListjava.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception