public class BasicTableParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static BasicTable<String> |
parse(Object source,
char column_delimiter) |
static BasicTable<String> |
parse(Object source,
char column_delimiter,
boolean use_first_separator_only,
boolean use_last_separator_only) |
static List<BasicTable<String>> |
parse(Object source,
char column_delimiter,
boolean use_first_separator_only,
boolean use_last_separator_only,
String start_of_comment_line,
boolean tables_separated_by_single_string_line) |
public static BasicTable<String> parse(Object source, char column_delimiter) throws IOException
IOExceptionpublic static BasicTable<String> parse(Object source, char column_delimiter, boolean use_first_separator_only, boolean use_last_separator_only) throws IOException
IOExceptionpublic static List<BasicTable<String>> parse(Object source, char column_delimiter, boolean use_first_separator_only, boolean use_last_separator_only, String start_of_comment_line, boolean tables_separated_by_single_string_line) throws IOException
IOExceptionCopyright © 2016. All rights reserved.