Package edu.sc.seis.seisFile.earthworm
Class EarthwormImport
java.lang.Object
edu.sc.seis.seisFile.earthworm.EarthwormImport
public class EarthwormImport
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description EarthwormImport(java.io.InputStream in)
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
just for testing, prints a message for each tracebuf received.EarthwormMessage
nextMessage()
-
Constructor Details
-
EarthwormImport
public EarthwormImport(java.io.InputStream in)
-
-
Method Details
-
nextMessage
- Throws:
java.io.IOException
-
main
public static void main(java.lang.String[] args) throws java.lang.Exceptionjust for testing, prints a message for each tracebuf received.- Throws:
java.lang.Exception
-