public interface SymbolsParser
A parser for the symbols.
| Modifier and Type | Method and Description | 
|---|---|
Symbols | 
parseSymbols(DataSource source,
            Context context)
 Parses the symbols from the specified source. 
 | 
Symbols parseSymbols(DataSource source, Context context) throws IOException, ParseException
Parses the symbols from the specified source.
source - The source.context - The context.IllegalArgumentException - If any of the parameters is null.IOException - If an I/O error occurs.ParseException - If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.