edu.sc.seis.seisFile.mseed
Class SeedRecord
java.lang.Object
edu.sc.seis.seisFile.mseed.SeedRecord
- Direct Known Subclasses:
- DataRecord
public abstract class SeedRecord
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
header
protected ControlHeader header
blockettes
protected java.util.Vector blockettes
SeedRecord
public SeedRecord(ControlHeader header)
addBlockette
public void addBlockette(Blockette b)
throws SeedFormatException
- Throws:
SeedFormatException
getBlockettes
public Blockette[] getBlockettes()
getUniqueBlockette
public Blockette getUniqueBlockette(int type)
throws SeedFormatException
- Throws:
SeedFormatException
getNumBlockettes
public int getNumBlockettes(int type)
throws SeedFormatException
- Throws:
SeedFormatException
getBlockettes
public Blockette[] getBlockettes(int type)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object