public class FixedLenReader extends java.lang.Object implements SimpleReader
| Constructor and Description |
|---|
FixedLenReader(java.io.FileReader reader,
CSVStoreParameters parameters) |
public FixedLenReader(java.io.FileReader reader,
CSVStoreParameters parameters)
public java.lang.String[] getHeader()
throws java.io.IOException
getHeader in interface SimpleReaderjava.io.IOExceptionpublic int getColumnsCount()
throws java.io.IOException
getColumnsCount in interface SimpleReaderjava.io.IOExceptionpublic java.util.List<java.lang.String> read()
throws java.io.IOException
read in interface SimpleReaderjava.io.IOExceptionpublic java.util.List<java.lang.String> parse(java.lang.String line)
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in interface SimpleReaderjava.io.IOExceptionpublic java.util.List<java.lang.String> skip(int lines)
throws java.io.IOException
skip in interface SimpleReaderjava.io.IOExceptionpublic int getLine()
getLine in interface SimpleReader