public interface SimpleReader extends java.io.Closeable, AutomaticDetectionOfTypes.Rows
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getColumnsCount() |
java.lang.String[] |
getHeader() |
int |
getLine() |
java.util.List<java.lang.String> |
read() |
java.util.List<java.lang.String> |
skip(int lines) |
nextRowValuesjava.lang.String[] getHeader()
throws java.io.IOException
java.io.IOExceptionint getColumnsCount()
throws java.io.IOException
java.io.IOExceptionjava.util.List<java.lang.String> read()
throws java.io.IOException
java.io.IOExceptionvoid close()
throws java.io.IOException
close in interface java.lang.AutoCloseableclose in interface java.io.Closeablejava.io.IOExceptionjava.util.List<java.lang.String> skip(int lines)
throws java.io.IOException
java.io.IOExceptionint getLine()