Class MiniSeedRead

java.lang.Object
edu.sc.seis.seisFile.mseed.MiniSeedRead
Direct Known Subclasses:
MultiFileMSeedRead

@Deprecated
public class MiniSeedRead
extends java.lang.Object
Deprecated.
See ListHeader for an example client and SeedRecord.read for reading
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.io.DataInput inStream
    Deprecated.
     
    protected int numRead
    Deprecated.
     
    protected boolean readData
    Deprecated.
     
    protected int recordSize
    Deprecated.
     
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected MiniSeedRead()
    Deprecated.
     
      MiniSeedRead​(java.io.DataInput inStream)
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    void close()
    Deprecated.
     
    SeedRecord getNextRecord()
    Deprecated.
    gets the next logical record int the seed volume.
    SeedRecord getNextRecord​(int defaultRecordSize)
    Deprecated.
    gets the next logical record int the seed volume.
    int getNumRecordsRead()
    Deprecated.
     
    static void main​(java.lang.String[] args)
    Deprecated.
     

    Methods inherited from class java.lang.Object

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

    • numRead

      protected int numRead
      Deprecated.
    • inStream

      protected java.io.DataInput inStream
      Deprecated.
    • recordSize

      protected int recordSize
      Deprecated.
    • readData

      protected boolean readData
      Deprecated.
  • Constructor Details

    • MiniSeedRead

      protected MiniSeedRead()
      Deprecated.
    • MiniSeedRead

      public MiniSeedRead​(java.io.DataInput inStream) throws java.io.IOException
      Deprecated.
      Throws:
      java.io.IOException
  • Method Details

    • close

      public void close() throws java.io.IOException
      Deprecated.
      Throws:
      java.io.IOException
    • getNextRecord

      public SeedRecord getNextRecord() throws SeedFormatException, java.io.IOException
      Deprecated.
      gets the next logical record int the seed volume. This may not exactly correspond to the logical record structure within the volume as "continued" records will be concatinated to avoid partial blockettes.
      Throws:
      SeedFormatException
      java.io.IOException
    • getNextRecord

      public SeedRecord getNextRecord​(int defaultRecordSize) throws SeedFormatException, java.io.IOException
      Deprecated.
      gets the next logical record int the seed volume. This may not exactly correspond to the logical record structure within the volume as "continued" records will be concatinated to avoid partial blockettes.
      Throws:
      SeedFormatException
      java.io.IOException
    • getNumRecordsRead

      public int getNumRecordsRead()
      Deprecated.
    • main

      public static void main​(java.lang.String[] args)
      Deprecated.