public class SymbolsParserImpl extends Object implements SymbolsParser, GlobalConstants
A SymbolsParser implementation.
UTF_8, UTF_8_CHARSET| Constructor and Description |
|---|
SymbolsParserImpl()
Creates a parser.
|
| Modifier and Type | Method and Description |
|---|---|
Symbols |
parseSymbols(DataSource source,
Context context)
Parses the symbols from the specified source.
|
public Symbols parseSymbols(DataSource source, Context context) throws IOException, ParseException
SymbolsParserParses the symbols from the specified source.
parseSymbols in interface SymbolsParsersource - The source.context - The context.IOException - If an I/O error occurs.ParseException - If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.