ps6.tigerdb
Class DatabaseReader
java.lang.Object
  
ps6.tigerdb.DatabaseReader
public class DatabaseReader
- extends Object
 
 
| 
Field Summary | 
static boolean | 
INFO
 
            | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
INFO
public static boolean INFO
DatabaseReader
public DatabaseReader()
geoChains
public Iterator<DatabaseReader.GeoChain> geoChains()
- Requires:
 - this is not modified while the returned iterator is
          in use
 
- Effects:
 - Returns an Iterator[GeoChain] over the GeoChains currently
           stored in this
 
 
geoChains
public Iterator<DatabaseReader.GeoChain> geoChains(File zf)
                                            throws IOException
- Throws:
 IOException
 
geoChains
public Iterator<DatabaseReader.GeoChain> geoChains(String zf)
                                            throws IOException
- Throws:
 IOException
 
checkMappingInv
public void checkMappingInv()
 
main
public static void main(String[] args)
 
readZipFile
public void readZipFile(File zf)
                 throws IOException
- Throws:
 IOException
 
readZipFile
public void readZipFile(String zstr)
                 throws IOException
- Throws:
 IOException
 
readRecords
public void readRecords(InputStream is)
                 throws IOException
- Throws:
 IOException