public class MetaCSVParser extends Object implements Closeable
| Constructor and Description |
|---|
MetaCSVParser(org.apache.commons.csv.CSVParser parser) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static MetaCSVParser |
create(InputStream is) |
static MetaCSVParser |
create(Reader reader) |
MetaCSVData |
parse() |
public static MetaCSVParser create(InputStream is) throws IOException
IOExceptionpublic static MetaCSVParser create(Reader reader) throws IOException
IOExceptionpublic MetaCSVData parse() throws MetaCSVParseException, MetaCSVDataException
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2020–2021. All rights reserved.