Package edu.sc.seis.seisFile.mseed
Class MultiFileMSeedRead
- java.lang.Object
-
- edu.sc.seis.seisFile.mseed.MiniSeedRead
-
- edu.sc.seis.seisFile.mseed.MultiFileMSeedRead
-
public class MultiFileMSeedRead extends MiniSeedRead
Deprecated.
-
-
Field Summary
-
Fields inherited from class edu.sc.seis.seisFile.mseed.MiniSeedRead
inStream, numRead, readData, recordSize
-
-
Constructor Summary
Constructors Constructor Description MultiFileMSeedRead(java.io.File[] files)
Deprecated.
-
Method Summary
All 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.int
getNumRecordsRead()
Deprecated.protected void
initNextFile()
Deprecated.-
Methods inherited from class edu.sc.seis.seisFile.mseed.MiniSeedRead
getNextRecord, main
-
-
-
-
Method Detail
-
close
public void close() throws java.io.IOException
Deprecated.- Overrides:
close
in classMiniSeedRead
- 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.- Overrides:
getNextRecord
in classMiniSeedRead
- Throws:
SeedFormatException
java.io.IOException
-
getNumRecordsRead
public int getNumRecordsRead()
Deprecated.- Overrides:
getNumRecordsRead
in classMiniSeedRead
-
initNextFile
protected void initNextFile() throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
-