edu.sc.seis.seisFile.mseed
Class Blockette5

java.lang.Object
  extended by edu.sc.seis.seisFile.mseed.Blockette
      extended by edu.sc.seis.seisFile.mseed.ControlBlockette
          extended by edu.sc.seis.seisFile.mseed.ControlRecordLengthBlockette
              extended by edu.sc.seis.seisFile.mseed.Blockette5
All Implemented Interfaces:
RecordLengthBlockette

public class Blockette5
extends ControlRecordLengthBlockette


Constructor Summary
Blockette5(byte[] info)
           
 
Method Summary
 java.lang.String getBeginningOfVolume()
           
 java.lang.String getName()
           
 int getType()
           
 void writeASCII(java.io.PrintWriter out)
          Writes an ASCII version of the blockette.
 
Methods inherited from class edu.sc.seis.seisFile.mseed.ControlRecordLengthBlockette
getLogicalRecordLength, getLogicalRecordLengthByte, getVersionOfFormat, writeASCIINoNewline
 
Methods inherited from class edu.sc.seis.seisFile.mseed.ControlBlockette
getSize, toBytes
 
Methods inherited from class edu.sc.seis.seisFile.mseed.Blockette
parseBlockette, toString, writeASCII
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Blockette5

public Blockette5(byte[] info)
Method Detail

getType

public int getType()
Specified by:
getType in class Blockette

getName

public java.lang.String getName()
Specified by:
getName in class Blockette

getBeginningOfVolume

public java.lang.String getBeginningOfVolume()

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.

Overrides:
writeASCII in class ControlRecordLengthBlockette
Parameters:
out - a Writer
Throws:
java.io.IOException