Class 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

public class SuperCSVList extends AbstractCSVList
Author:
jjdelcerro
  • Constructor Details

    • SuperCSVList

      public SuperCSVList(File text, File index, Charset charset) throws IOException
      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