Package edu.sc.seis.seisFile.mseed
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.
-
Field Details
-
numRead
protected int numReadDeprecated. -
inStream
protected java.io.DataInput inStreamDeprecated. -
recordSize
protected int recordSizeDeprecated. -
readData
protected boolean readDataDeprecated.
-
-
Constructor Details
-
MiniSeedRead
protected MiniSeedRead()Deprecated. -
MiniSeedRead
public MiniSeedRead(java.io.DataInput inStream) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
-
Method Details
-
close
public void close() throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
getNextRecord
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.IOExceptionDeprecated.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.
-