public interface MDBService extends Service
| Modifier and Type | Method and Description | 
|---|---|
| void | close()Close the currently initialized file. | 
| void | initialize(String filename)Prepare the given .mdb file for reading. | 
| Vector<Vector<String[]>> | parseDatabase()Read all tables from a pre-initialized .mdb files. | 
void initialize(String filename) throws IOException
parseDatabase().IOException - if a problem occurs when opening the fileVector<Vector<String[]>> parseDatabase() throws IOException
initialize(String) must be called before calling parseDatabase().IOException - if there is a problem reading the table datavoid close()
Copyright © 2014 Open Microscopy Environment