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
IOException
public int read() throws IOException
read
in class InputStream
IOException
public int available() throws IOException
available
in class InputStream
IOException
public boolean markSupported()
markSupported
in class InputStream
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
Copyright © 2016–2019 AdroitLogic. All rights reserved.