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
IOExceptionpublic Object getStreamColumn(String arr, String type) throws IOException
IOExceptionpublic String stringColumn(String arr) throws IOException
IOExceptionpublic Object scalarColumn(String type) throws IOException
IOExceptionpublic Boolean readBoolean() throws IOException
IOExceptionpublic Object arrayColumn(String arr, String type) throws IOException
IOException