Class BasicTableParser


  • public class BasicTableParser
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static BasicTable<java.lang.String> parse​(java.lang.Object source, char column_delimiter)  
      static BasicTable<java.lang.String> parse​(java.lang.Object source, char column_delimiter, boolean use_first_separator_only, boolean use_last_separator_only)  
      static java.util.List<BasicTable<java.lang.String>> parse​(java.lang.Object source, char column_delimiter, boolean use_first_separator_only, boolean use_last_separator_only, java.lang.String start_of_comment_line, boolean tables_separated_by_single_string_line)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • parse

        public static BasicTable<java.lang.String> parse​(java.lang.Object source,
                                                         char column_delimiter)
                                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • parse

        public static BasicTable<java.lang.String> parse​(java.lang.Object source,
                                                         char column_delimiter,
                                                         boolean use_first_separator_only,
                                                         boolean use_last_separator_only)
                                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • parse

        public static java.util.List<BasicTable<java.lang.String>> parse​(java.lang.Object source,
                                                                         char column_delimiter,
                                                                         boolean use_first_separator_only,
                                                                         boolean use_last_separator_only,
                                                                         java.lang.String start_of_comment_line,
                                                                         boolean tables_separated_by_single_string_line)
                                                                  throws java.io.IOException
        Throws:
        java.io.IOException