public class GDRecord extends Record
Constructor and Description |
---|
GDRecord(Record base)
Create a GDRecord 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 GDRecord from an input stream.
|
getOffset, getSize, getType, mimic, read, readDataAsString, readDataValue, readStringValue, setOffset, setSize, setType
public GDRecord(Record base)
base
- the base record to derive a GDRecord.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.Copyright © 2014-2015 Regents University of California. All Rights Reserved.