public class TableDataInputStream extends InputStream
TableMessageFormat format's underlying data structure
without loading everything to memory.| Constructor and Description |
|---|
TableDataInputStream(List<String[]> data,
String delimiter,
String lineSeparator,
String quoteCharacter) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
boolean |
markSupported() |
int |
read() |
public TableDataInputStream(List<String[]> data, String delimiter, String lineSeparator, String quoteCharacter) throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic boolean markSupported()
markSupported in class InputStreampublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2016–2019 AdroitLogic. All rights reserved.