edu.sc.seis.seisFile.mseed
Class MiniSeedRead

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

Deprecated. See ListHeader for an example client and SeedRecord.read for reading

public class MiniSeedRead
extends java.lang.Object


Field Summary
protected  java.io.DataInput inStream
          Deprecated.  
protected  int numRead
          Deprecated.  
protected  boolean readData
          Deprecated.  
protected  int recordSize
          Deprecated.  
 
Constructor Summary
protected MiniSeedRead()
          Deprecated.  
  MiniSeedRead(java.io.DataInput inStream)
          Deprecated.  
 
Method Summary
 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 Detail

numRead

protected int numRead
Deprecated. 

inStream

protected java.io.DataInput inStream
Deprecated. 

recordSize

protected int recordSize
Deprecated. 

readData

protected boolean readData
Deprecated. 
Constructor Detail

MiniSeedRead

protected MiniSeedRead()
Deprecated. 

MiniSeedRead

public MiniSeedRead(java.io.DataInput inStream)
             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

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.