public interface MDBService
extends loci.common.services.Service
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.
|
default java.util.Vector<java.lang.String[]> |
parseTable(java.lang.String name)
Read named table from a pre-initialized .mdb files.
|
void initialize(java.lang.String filename) throws java.io.IOException
parseDatabase()
.java.io.IOException
- if a problem occurs when opening the filejava.util.Vector<java.util.Vector<java.lang.String[]>> parseDatabase() throws java.io.IOException
initialize(String)
must be called before calling parseDatabase().java.io.IOException
- if there is a problem reading the table datadefault java.util.Vector<java.lang.String[]> parseTable(java.lang.String name) throws java.io.IOException
initialize(String)
must be called before calling parseTable.name
- table namejava.io.IOException
- if there is a problem reading the table datavoid close()
Copyright © 2024 Open Microscopy Environment