|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.sc.seis.seisFile.mseed.Blockette
edu.sc.seis.seisFile.mseed.DataBlockette
edu.sc.seis.seisFile.mseed.Blockette1000
public class Blockette1000
Field Summary | |
---|---|
static int |
B1000_SIZE
|
Fields inherited from class edu.sc.seis.seisFile.mseed.DataBlockette |
---|
info, swapBytes |
Constructor Summary | |
---|---|
Blockette1000()
|
|
Blockette1000(byte[] info,
boolean swapBytes)
|
Method Summary | |
---|---|
int |
getDataRecordLength()
Get the value of dataRecordLengthByte. |
byte |
getDataRecordLengthByte()
Get the value of dataRecordLengthByte. |
byte |
getEncodingFormat()
Get the value of encodingFormat. |
int |
getLogicalRecordLength()
|
int |
getLogicalRecordLengthByte()
|
java.lang.String |
getName()
|
byte |
getReserved()
Get the value of reserved. |
int |
getSize()
|
int |
getType()
|
byte |
getWordOrder()
Get the value of wordOrder. |
boolean |
isBigEndian()
|
boolean |
isLittleEndian()
|
void |
setDataRecordLength(byte v)
Set the value of dataRecordLength. |
void |
setEncodingFormat(byte v)
Set the value of encodingFormat. |
void |
setReserved(byte v)
Set the value of reserved. |
void |
setWordOrder(byte v)
Set the value of wordOrder. |
java.lang.String |
toString()
|
void |
writeASCII(java.io.PrintWriter out)
Writes an ASCII version of the blockette. |
Methods inherited from class edu.sc.seis.seisFile.mseed.DataBlockette |
---|
toBytes, toBytes, trimToSize, write |
Methods inherited from class edu.sc.seis.seisFile.mseed.Blockette |
---|
parseBlockette, writeASCII |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int B1000_SIZE
Constructor Detail |
---|
public Blockette1000()
public Blockette1000(byte[] info, boolean swapBytes) throws SeedFormatException
SeedFormatException
Method Detail |
---|
public int getSize()
getSize
in class Blockette
public int getType()
getType
in class Blockette
public java.lang.String getName()
getName
in class Blockette
public byte getEncodingFormat()
public void setEncodingFormat(byte v)
v
- Value to assign to encodingFormat.public byte getWordOrder()
public void setWordOrder(byte v)
v
- Value to assign to wordOrder.public boolean isBigEndian()
public boolean isLittleEndian()
public int getLogicalRecordLengthByte()
getLogicalRecordLengthByte
in interface RecordLengthBlockette
public int getLogicalRecordLength()
getLogicalRecordLength
in interface RecordLengthBlockette
public byte getDataRecordLengthByte()
public int getDataRecordLength()
public void setDataRecordLength(byte v)
v
- Value to assign to dataRecordLength.public byte getReserved()
public void setReserved(byte v)
v
- Value to assign to reserved.public void writeASCII(java.io.PrintWriter out) throws java.io.IOException
Blockette
writeASCII
in class Blockette
out
- a Writer
java.io.IOException
public java.lang.String toString()
toString
in class Blockette
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |