ps6.tigerdb
Class DatabaseReader

java.lang.Object
  extended by ps6.tigerdb.DatabaseReader

public class DatabaseReader
extends Object


Nested Class Summary
 class DatabaseReader.GeoChain
           
 
Field Summary
static boolean INFO
           
 
Constructor Summary
DatabaseReader()
           
 
Method Summary
 void checkMappingInv()
           
 Iterator<DatabaseReader.GeoChain> geoChains()
           
 Iterator<DatabaseReader.GeoChain> geoChains(File zf)
           
 Iterator<DatabaseReader.GeoChain> geoChains(String zf)
           
static void main(String[] args)
           
 void readRecords(InputStream is)
           
 void readZipFile(File zf)
           
 void readZipFile(String zstr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFO

public static boolean INFO
Constructor Detail

DatabaseReader

public DatabaseReader()
Method Detail

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