public class AEDRecord extends Record
Constructor and Description |
---|
AEDRecord(Record base)
Create a AEDRecord based on a base record.
|
Modifier and Type | Method and Description |
---|---|
void |
dump()
Display a description of the record.
|
long |
read(long offset,
RandomAccessFile in)
Read the contents of a AEDRecord from an input stream.
|
String |
valueToString()
Retrieve a list of values in a space delimited string.
|
getOffset, getSize, getType, mimic, read, readDataAsString, readDataValue, readStringValue, setOffset, setSize, setType
public AEDRecord(Record base)
base
- the base record to derive a AEDRecord.public long read(long offset, RandomAccessFile in) throws IOException
offset
- the current byte offset into the streamin
- the input stream to read from.IOException
- if any reading error occurs.public String valueToString()
Copyright © 2014-2015 Regents University of California. All Rights Reserved.