Class EarthwormImport


  • public class EarthwormImport
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EarthwormImport​(java.io.InputStream in)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      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 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