Class ListHeader

java.lang.Object
edu.sc.seis.seisFile.mseed.ListHeader

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

    Constructors 
    Constructor Description
    ListHeader()  
  • Method Summary

    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 Details

  • Method Details

    • main

      public static void main​(java.lang.String[] args) throws java.io.IOException, SeedFormatException
      Throws:
      java.io.IOException
      SeedFormatException
    • 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