| Interface | Description |
|---|---|
| Buf |
Represents a sequence of bytes along with operations to read
primitive values from it.
|
| Class | Description |
|---|---|
| AttributeDescriptorRecord |
Field data for CDF record of type Attribute Descriptor Record.
|
| AttributeEntryDescriptorRecord |
Abstract superclass for CDF Attribute Entry Descriptor Records.
|
| AttributeEntryDescriptorRecord.GrVariant |
Field data for CDF record of type Attribute g/rEntry Descriptor Record.
|
| AttributeEntryDescriptorRecord.ZVariant |
Field data for CDF record of type Attribute zEntry Descriptor Record.
|
| BankBuf |
Abstract Buf implementation that divides the byte sequence into one
or more contiguous data banks.
|
| BankBuf.Bank |
Data bank for use within BankBuf class and its subclasses.
|
| Bufs |
Factory and utility methods for use with Bufs.
|
| CdfDescriptorRecord |
Field data for CDF record of type CDF Descriptor Record.
|
| CompressedCdfRecord |
Field data for CDF record of type Compressed CDF Record.
|
| CompressedParametersRecord |
Field data for CDF record of type Compressed Parameters Record.
|
| CompressedVariableValuesRecord |
Field data for CDF record of type Compressed Variable Values Record.
|
| Compression |
Defines a data compression type supported for compressing CDF data.
|
| DataReader |
Reads items with a given data type from a buffer into an array.
|
| GlobalDescriptorRecord |
Field data for CDF record of type Global Descriptor Record.
|
| Pointer |
Keeps track of a file offset.
|
| Record |
Abstract superclass for a CDF Record object.
|
| RecordFactory |
Turns bytes in a buffer into typed and populated CDF records.
|
| RecordMap |
Keeps track of where a variable's record data is stored.
|
| RecordPlan |
Records basic information about the position, extent and type of
a CDF record.
|
| SimpleNioBuf |
Buf implementation based on a single NIO ByteBuffer.
|
| SparsenessParametersRecord |
Field data for CDF record of type Sparseness Parameters Record.
|
| UnusedInternalRecord |
Field data for CDF record of type Unused Internal Record.
|
| VariableDescriptorRecord |
Abstract superclass for CDF Variable Descriptor Records.
|
| VariableDescriptorRecord.RVariant |
Field data for CDF record of type rVariable Descriptor Record.
|
| VariableDescriptorRecord.ZVariant |
Field data for CDF record of type zVariable Descriptor Record.
|
| VariableIndexRecord |
Field data for CDF record of type Variable Index Record.
|
| VariableValuesRecord |
Field data for CDF record of type Variable Values Record.
|
| WrapperBuf |
Buf implementation based on an existing Buf instance.
|
| Enum | Description |
|---|---|
| NumericEncoding |
Enumeration of numeric encoding values supported by CDF.
|
| Annotation Type | Description |
|---|---|
| CdfField |
Marks field members of
Record subclasses which correspond directly
to fields in typed CDF records in a CDF file. |
| OffsetField |
Marks field members of
Record subclasses which represent
absolute file offsets. |