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()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • 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