public class MDBServiceImpl extends AbstractService implements MDBService
MDBService for parsing MDB database files.
| Constructor and Description |
|---|
MDBServiceImpl()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the currently initialized file.
|
void |
initialize(java.lang.String filename)
Prepare the given .mdb file for reading.
|
java.util.Vector<java.util.Vector<java.lang.String[]>> |
parseDatabase()
Read all tables from a pre-initialized .mdb files.
|
checkClassDependencypublic void initialize(java.lang.String filename)
throws java.io.IOException
MDBServiceMDBService.parseDatabase().initialize in interface MDBServicejava.io.IOException - if a problem occurs when opening the filepublic java.util.Vector<java.util.Vector<java.lang.String[]>> parseDatabase()
throws java.io.IOException
MDBServiceMDBService.initialize(String) must be called before calling parseDatabase().parseDatabase in interface MDBServicejava.io.IOException - if there is a problem reading the table datapublic void close()
MDBServiceclose in interface MDBServiceCopyright © 2014 Open Microscopy Environment