Class SuperCSVList
java.lang.Object
java.util.AbstractCollection<List<String>>
java.util.AbstractList<List<String>>
org.gvsig.fmap.dal.store.csv.virtualrows.AbstractCSVList
org.gvsig.fmap.dal.store.csv.virtualrows.SuperCSVList
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterable<List<String>>,Collection<List<String>>,List<List<String>>,SequencedCollection<List<String>>,CSVList,org.gvsig.tools.util.GetItem<List<String>>,org.gvsig.tools.util.GetItem64<List<String>>,org.gvsig.tools.util.GetItemWithSize<List<String>>,org.gvsig.tools.util.GetItemWithSize64<List<String>>,org.gvsig.tools.util.Size,org.gvsig.tools.util.Size64
- Author:
- jjdelcerro
-
Field Summary
Fields inherited from class org.gvsig.fmap.dal.store.csv.virtualrows.AbstractCSVList
index, reader, skipLinesFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionSuperCSVList(File text, File index, Charset charset) SuperCSVList(org.gvsig.fmap.dal.store.simplereader.virtualrows.RandomAccessFileReader reader, org.gvsig.fmap.dal.store.simplereader.virtualrows.RandomAccessFileIndex index, int skipLines) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoidsetPreferences(org.supercsv.prefs.CsvPreference preferences) Methods inherited from class org.gvsig.fmap.dal.store.csv.virtualrows.AbstractCSVList
clear, close, get, get64, size, size64Methods inherited from class java.util.AbstractList
add, add, addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, add, addAll, addAll, addFirst, addLast, contains, containsAll, equals, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, set, sort, spliterator, subList, toArray, toArray
-
Constructor Details
-
SuperCSVList
- Throws:
IOException
-
SuperCSVList
public SuperCSVList(org.gvsig.fmap.dal.store.simplereader.virtualrows.RandomAccessFileReader reader, org.gvsig.fmap.dal.store.simplereader.virtualrows.RandomAccessFileIndex index, int skipLines) throws IOException - Throws:
IOException
-
-
Method Details
-
setPreferences
public void setPreferences(org.supercsv.prefs.CsvPreference preferences) -
nextRecord
- Specified by:
nextRecordin classAbstractCSVList- Throws:
IOException
-
main
- Throws:
Exception
-