public interface Fiebdc3Service
Usage:
File testFile = new File("test.bc3");
Reader testReader = new FileReader(testFile);
Fiebdc3Service service = new AntlrFiebdc3Service();
Database database = service.parse(testReader);
Database parse(Reader fiebdcData) throws IOException
fiebdcData
- the data to parseIOException
- if there is an IO error reading the dataCopyright © 2014 DiSiD Technologies. All rights reserved.