public class JsonReader extends AbstractSimpleReader
| Constructor and Description |
|---|
JsonReader(java.io.Reader reader,
JsonStoreParameters theParameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getColumnsCount() |
java.lang.String[] |
getHeader() |
int |
getLine() |
java.util.List<java.lang.String> |
nextRowValues() |
java.util.List<java.lang.String> |
read() |
java.util.List<java.lang.String> |
read(int rowNumber) |
java.util.List<java.lang.String> |
skip(int lines) |
getVirtualRowspublic JsonReader(java.io.Reader reader,
JsonStoreParameters theParameters)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String[] getHeader()
throws java.io.IOException
java.io.IOExceptionpublic int getColumnsCount()
throws java.io.IOException
java.io.IOExceptionpublic java.util.List<java.lang.String> read()
throws java.io.IOException
java.io.IOExceptionpublic java.util.List<java.lang.String> read(int rowNumber)
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOExceptionpublic java.util.List<java.lang.String> skip(int lines)
throws java.io.IOException
java.io.IOExceptionpublic int getLine()
public java.util.List<java.lang.String> nextRowValues()