edu.sc.seis.seisFile.mseed
Class Blockette100
java.lang.Object
edu.sc.seis.seisFile.mseed.Blockette
edu.sc.seis.seisFile.mseed.DataBlockette
edu.sc.seis.seisFile.mseed.Blockette100
- All Implemented Interfaces:
- java.io.Serializable
public class Blockette100
- extends DataBlockette
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
B100_SIZE
public static final int B100_SIZE
- See Also:
- Constant Field Values
Blockette100
public Blockette100()
Blockette100
public Blockette100(byte[] info,
boolean swapBytes)
setActualSampleRate
public void setActualSampleRate(float actualSampleRate)
getActualSampleRate
public float getActualSampleRate()
getType
public int getType()
- Specified by:
getType
in class Blockette
getSize
public int getSize()
- Specified by:
getSize
in class Blockette
getName
public java.lang.String getName()
- Specified by:
getName
in class Blockette
writeASCII
public void writeASCII(java.io.PrintWriter out)
throws java.io.IOException
- Description copied from class:
Blockette
- Writes an ASCII version of the blockette. This is not meant to be a definitive ascii representation,
merely to give something to print for debugging purposes. Ideally each field of each blockette should
be printed in the order they appear in the blockette in a visually appealing way.
- Specified by:
writeASCII
in class Blockette
- Parameters:
out
- a Writer
- Throws:
java.io.IOException