org.forester.util
Class BasicTableParser
java.lang.Object
org.forester.util.BasicTableParser
public class BasicTableParser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parse
public static BasicTable<String> parse(Object source,
String column_delimiter)
throws IOException
- Throws:
IOException
parse
public static BasicTable<String> parse(Object source,
String column_delimiter,
boolean use_first_separator_only)
throws IOException
- Throws:
IOException
parse
public static List<BasicTable<String>> parse(Object source,
String column_delimiter,
boolean use_first_separator_only,
String start_of_comment_line,
boolean tables_separated_by_single_string_line)
throws IOException
- Throws:
IOException