Package edu.sc.seis.seisFile.mseed
Class Blockette5
java.lang.Object
edu.sc.seis.seisFile.mseed.Blockette
edu.sc.seis.seisFile.mseed.ControlBlockette
edu.sc.seis.seisFile.mseed.ControlRecordLengthBlockette
edu.sc.seis.seisFile.mseed.Blockette5
- All Implemented Interfaces:
RecordLengthBlockette
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
int
getType()
void
writeASCII
(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
toString, writeASCII
-
Constructor Details
-
Blockette5
public Blockette5(byte[] info)
-
-
Method Details
-
getType
public int getType() -
getName
-
getBeginningOfVolume
-
writeASCII
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 classControlRecordLengthBlockette
- Parameters:
out
- a Writer
-