edu.sc.seis.seisFile
Class MSeedQueryClient

java.lang.Object
  extended by edu.sc.seis.seisFile.MSeedQueryClient
Direct Known Subclasses:
Client, Client, WaveServerClient

public abstract class MSeedQueryClient
extends java.lang.Object


Field Summary
protected  QueryParams params
           
protected  MSeedQueryReader reader
           
 
Constructor Summary
MSeedQueryClient(java.lang.String[] args)
           
 
Method Summary
abstract  java.lang.String getHelp()
           
 void readData()
           
 void readData(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

params

protected QueryParams params

reader

protected MSeedQueryReader reader
Constructor Detail

MSeedQueryClient

public MSeedQueryClient(java.lang.String[] args)
                 throws SeisFileException
Throws:
SeisFileException
Method Detail

readData

public void readData(java.lang.String[] args)
              throws SeisFileException,
                     java.io.IOException
Throws:
SeisFileException
java.io.IOException

readData

public void readData()
              throws SeedFormatException,
                     java.io.IOException,
                     SeisFileException
Throws:
SeedFormatException
java.io.IOException
SeisFileException

getHelp

public abstract java.lang.String getHelp()