Package edu.sc.seis.seisFile.mseed
Class MiniSeedRead
- java.lang.Object
-
- edu.sc.seis.seisFile.mseed.MiniSeedRead
-
- Direct Known Subclasses:
MultiFileMSeedRead
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
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 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.
-
-
-
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.
-
-