public class StreamToJava extends Object
Constructor | Description |
---|---|
StreamToJava(InputStream input) |
Modifier and Type | Method | Description |
---|---|---|
void |
addColumn(String type,
String array,
String nullValue) |
Add a description o fone of the columns in the table
|
Object |
arrayColumn(String arr,
String type) |
|
Object |
getStreamColumn(String arr,
String type) |
|
Boolean |
readBoolean() |
|
List<List<Object>> |
readTable() |
Parse the table into a list of lists.
|
Object |
scalarColumn(String type) |
|
String |
stringColumn(String arr) |
public StreamToJava(InputStream input)
public void addColumn(String type, String array, String nullValue)
public List<List<Object>> readTable() throws IOException
IOException
public Object getStreamColumn(String arr, String type) throws IOException
IOException
public String stringColumn(String arr) throws IOException
IOException
public Object scalarColumn(String type) throws IOException
IOException
public Boolean readBoolean() throws IOException
IOException
public Object arrayColumn(String arr, String type) throws IOException
IOException