public class ABCParser extends Object
Constructor and Description |
---|
ABCParser(byte[] abc)
Construct a new ABC parser from a byte array.
|
ABCParser(InputStream input)
Construct a new ABC parser from an input stream.
|
public ABCParser(byte[] abc)
abc
- - the ABC in byte array form.public ABCParser(InputStream input) throws IOException
input
- - the InputStream. Clients may want
to buffer their input for best performance.IOException
public void parseABC(IABCVisitor vabc)
vabc
- - the top-level visitor.Copyright © 2016 The Apache Software Foundation. All rights reserved.