|
abc4j API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectabc.parser.AbcParserAbstract
abc.parser.AbcFileParser
abc.parser.AbcHeadersParser
public class AbcHeadersParser
This class provides parser instances that reduce the parsing
scope to tunes headers (music is excluded). This results in a much
faster parsing than parsing the whole tunes and enables you to
build up tunes indexes fastly.
Just invoke the usual methods AbcFileParser.parseFile(java.io.File) or
AbcFileParser.parseFile(java.io.Reader) and you'll get in return instances of
Tune without any music part.
| Constructor Summary | |
|---|---|
AbcHeadersParser()
Default constructor. |
|
| Method Summary |
|---|
| Methods inherited from class abc.parser.AbcFileParser |
|---|
addListener, parseFile, parseFile, parseFileHeaders, parseFileHeaders, removeListener |
| Methods inherited from class abc.parser.AbcParserAbstract |
|---|
addListener, getScanner, removeListener |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbcHeadersParser()
|
abc4j API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||