Modifier and Type | Class and Description |
---|---|
class |
ADRecord
Attribute Descriptor Record (ADR).
|
class |
AEDRecord
Attribute Entry Descriptor Record (AEDR)
An Attribute Entry Descriptor Record (AEDR) contains a description of an attribute entry.
|
class |
CDRecord
CDF Descriptor Record (CDR).
|
class |
GDRecord
Global Descriptor Record (CDR).
|
class |
UIRecord
Variable Value Record (VVR)
Variable Value Records (VVRs) are used to store one or more variable records in a single-file CDF.
|
class |
VDRecord
Variable Descriptor Record (VDR).
|
class |
VVRecord
Variable Value Record (VVR)
Variable Value Records (VVRs) are used to store one or more variable records in a single-file CDF.
|
class |
VXRecord
Variable Index Record (VXR)
(VXRs) are used in single-file CDFs to store the file offsets of
any lower level of VXRs or Variable Values Records (VVRs).
|
Modifier and Type | Method and Description |
---|---|
Record |
CDF.readRecord(RandomAccessFile in)
Read a CDF record from the input stream.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Record> |
CDF.getRecordList()
Retrieve a list of all records defined in the CDF.
|
Modifier and Type | Method and Description |
---|---|
void |
Record.mimic(Record base)
Copy of base information from one Record to this record.
|
Constructor and Description |
---|
ADRecord(Record base)
Create a ADRecord based on a base record.
|
AEDRecord(Record base)
Create a AEDRecord based on a base record.
|
CDRecord(Record base)
Create a CDRecord based on a base record.
|
GDRecord(Record base)
Create a GDRecord based on a base record.
|
UIRecord(Record base)
Create a UIRecord based on a base record.
|
VDRecord(Record base,
int rNumDims)
Create a VDRecord based on a base record.
|
VVRecord(Record base)
Create a VVRecord based on a base record.
|
VXRecord(Record base)
Create a VXRecord based on a base record.
|
Copyright © 2014-2015 Regents University of California. All Rights Reserved.