Class ApacheCommonsCSVList
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.ApacheCommonsCSVList
- 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:
- gvSIG Team
-
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
ConstructorsConstructorDescriptionApacheCommonsCSVList(File text, File index, Charset charset) ApacheCommonsCSVList(org.gvsig.fmap.dal.store.simplereader.virtualrows.RandomAccessFileReader reader, org.gvsig.fmap.dal.store.simplereader.virtualrows.RandomAccessFileIndex index) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidMethods 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
-
ApacheCommonsCSVList
- Throws:
IOException
-
ApacheCommonsCSVList
public ApacheCommonsCSVList(org.gvsig.fmap.dal.store.simplereader.virtualrows.RandomAccessFileReader reader, org.gvsig.fmap.dal.store.simplereader.virtualrows.RandomAccessFileIndex index) throws IOException - Throws:
IOException
-
-
Method Details
-
nextRecord
- Specified by:
nextRecordin classAbstractCSVList- Throws:
IOException
-
main
- Throws:
Exception
-