Package edu.sc.seis.seisFile.mseed
Class BlocketteUnknown
- java.lang.Object
-
- edu.sc.seis.seisFile.mseed.Blockette
-
- edu.sc.seis.seisFile.mseed.BlocketteUnknown
-
- Direct Known Subclasses:
PartialBlockette
public class BlocketteUnknown extends Blockette
-
-
Constructor Summary
Constructors Constructor Description BlocketteUnknown(byte[] info, int type, boolean swapBytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcalcSize()java.lang.StringgetName()intgetSize()booleangetSwapBytes()intgetType()byte[]toBytes()voidwriteASCII(java.io.PrintWriter out)Writes an ASCII version of the blockette.-
Methods inherited from class edu.sc.seis.seisFile.mseed.Blockette
toString, writeASCII
-
-
-
-
Method Detail
-
calcSize
public int calcSize()
-
writeASCII
public void writeASCII(java.io.PrintWriter out)
Description copied from class:BlocketteWrites 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:
writeASCIIin classBlockette- Parameters:
out- a Writer
-
getSwapBytes
public boolean getSwapBytes()
-
-