Class ListHeader


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

      Constructors 
      Constructor Description
      ListHeader()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static void processFile​(java.lang.String filename, java.lang.String network, java.lang.String station, java.lang.String location, java.lang.String channel, int maxRecords, int defaultRecordSize, boolean verbose, boolean dumpData, java.io.DataOutputStream dos, java.io.PrintWriter out)  
      • Methods inherited from class java.lang.Object

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

      • ListHeader

        public ListHeader()
    • Method Detail

      • processFile

        public static void processFile​(java.lang.String filename,
                                       java.lang.String network,
                                       java.lang.String station,
                                       java.lang.String location,
                                       java.lang.String channel,
                                       int maxRecords,
                                       int defaultRecordSize,
                                       boolean verbose,
                                       boolean dumpData,
                                       java.io.DataOutputStream dos,
                                       java.io.PrintWriter out)
                                throws java.io.IOException,
                                       SeedFormatException
        Throws:
        java.io.IOException
        SeedFormatException