public class TableParserRunner extends Object
| Constructor and Description | 
|---|
TableParserRunner()  | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
hasSectionDetected(InputStream input,
                  String encoding,
                  String... sections)  | 
static String[][] | 
parse(InputStream input,
     String encoding,
     TableParser.Option... options)  | 
static String[][] | 
parseSection(InputStream input,
            String encoding,
            String sectionStartTag,
            String sectionEndTag,
            TableParser.Option... options)  | 
public static String[][] parse(InputStream input, String encoding, TableParser.Option... options) throws IOException, TableParserException
IOExceptionTableParserExceptionpublic static String[][] parseSection(InputStream input, String encoding, String sectionStartTag, String sectionEndTag, TableParser.Option... options) throws IOException, TableParserException
IOExceptionTableParserExceptionpublic static boolean hasSectionDetected(InputStream input, String encoding, String... sections) throws IOException
IOExceptionCopyright © 2014. All rights reserved.