edu.sc.seis.seisFile.earthworm
Class EarthwormImport

java.lang.Object
  extended by edu.sc.seis.seisFile.earthworm.EarthwormImport

public class EarthwormImport
extends java.lang.Object


Constructor Summary
EarthwormImport(java.io.InputStream in)
           
 
Method Summary
static void main(java.lang.String[] args)
          just for testing, prints a message for each tracebuf received.
 EarthwormMessage nextMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EarthwormImport

public EarthwormImport(java.io.InputStream in)
Method Detail

nextMessage

public EarthwormMessage nextMessage()
                             throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
just for testing, prints a message for each tracebuf received.

Throws:
java.lang.Exception