public class MiniSeedRead
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.io.DataInput |
inStream
Deprecated.
|
protected int |
numRead
Deprecated.
|
protected boolean |
readData
Deprecated.
|
protected int |
recordSize
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
MiniSeedRead()
Deprecated.
|
|
MiniSeedRead(java.io.DataInput inStream)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected int numRead
protected java.io.DataInput inStream
protected int recordSize
protected boolean readData
protected MiniSeedRead()
public MiniSeedRead(java.io.DataInput inStream)
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOExceptionpublic SeedRecord getNextRecord() throws SeedFormatException, java.io.IOException
SeedFormatExceptionjava.io.IOExceptionpublic SeedRecord getNextRecord(int defaultRecordSize) throws SeedFormatException, java.io.IOException
SeedFormatExceptionjava.io.IOExceptionpublic int getNumRecordsRead()
public static void main(java.lang.String[] args)