loci.formats.in
Class MDBParser

java.lang.Object
  extended by loci.formats.in.MDBParser

public final class MDBParser
extends Object

Utility class for parsing MDB database files.

Source code:
Trac, SVN


Method Summary
static void parseDatabase(String filename, Hashtable h)
          Parses table structure for a specified MDB file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parseDatabase

public static void parseDatabase(String filename,
                                 Hashtable h)
                          throws loci.formats.FormatException
Parses table structure for a specified MDB file.

Throws:
loci.formats.FormatException