Class AbstractCSVList

java.lang.Object
java.util.AbstractCollection<List<String>>
java.util.AbstractList<List<String>>
org.gvsig.fmap.dal.store.csv.virtualrows.AbstractCSVList
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
Direct Known Subclasses:
ApacheCommonsCSVList, SuperCSVList

public abstract class AbstractCSVList extends AbstractList<List<String>> implements CSVList
Author:
jjdelcerro
  • Field Details

    • reader

      protected final org.gvsig.fmap.dal.store.simplereader.virtualrows.RandomAccessFileReader reader
    • index

      protected final org.gvsig.fmap.dal.store.simplereader.virtualrows.RandomAccessFileIndex index
    • skipLines

      protected int skipLines
  • Constructor Details

    • AbstractCSVList

      public AbstractCSVList(File text, File index, Charset charset) throws IOException
      Throws:
      IOException
    • AbstractCSVList

      public AbstractCSVList(org.gvsig.fmap.dal.store.simplereader.virtualrows.RandomAccessFileReader reader, org.gvsig.fmap.dal.store.simplereader.virtualrows.RandomAccessFileIndex index) throws IOException
      Throws:
      IOException
  • Method Details