|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.sc.seis.seisFile.mseed.MiniSeedRead
public class MiniSeedRead
| Field Summary | |
|---|---|
protected java.io.DataInput |
inStream
Deprecated. |
protected int |
numRead
Deprecated. |
protected boolean |
readData
Deprecated. |
protected int |
recordSize
Deprecated. |
| Constructor Summary | |
|---|---|
protected |
MiniSeedRead()
Deprecated. |
|
MiniSeedRead(java.io.DataInput inStream)
Deprecated. |
| Method Summary | |
|---|---|
void |
close()
Deprecated. |
SeedRecord |
getNextRecord()
Deprecated. gets the next logical record int the seed volume. |
SeedRecord |
getNextRecord(int defaultRecordSize)
Deprecated. gets the next logical record int the seed volume. |
int |
getNumRecordsRead()
Deprecated. |
static void |
main(java.lang.String[] args)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int numRead
protected java.io.DataInput inStream
protected int recordSize
protected boolean readData
| Constructor Detail |
|---|
protected MiniSeedRead()
public MiniSeedRead(java.io.DataInput inStream)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void close()
throws java.io.IOException
java.io.IOException
public SeedRecord getNextRecord()
throws SeedFormatException,
java.io.IOException
SeedFormatException
java.io.IOException
public SeedRecord getNextRecord(int defaultRecordSize)
throws SeedFormatException,
java.io.IOException
SeedFormatException
java.io.IOExceptionpublic int getNumRecordsRead()
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||