Uses of Package
gov.nasa.pds.objectAccess.table
| Package | Description |
|---|---|
| gov.nasa.pds.label.object |
Implementations of objects that represent the data objects
that can be referenced by PDS labels.
|
| gov.nasa.pds.objectAccess |
Provides programmatic access to PDS4 objects.
|
| gov.nasa.pds.objectAccess.table |
Implementations of access objects and interfaces for
reading and writing tables and table fields.
|
-
Classes in gov.nasa.pds.objectAccess.table used by gov.nasa.pds.label.object Class Description FieldAdapter Defines an adapter object for table fields that can read the field value from a byte array or write the field value into a byte array. -
Classes in gov.nasa.pds.objectAccess.table used by gov.nasa.pds.objectAccess Class Description TableAdapter Defines a facade object that gives access to a table, either binary fixed, character fixed, or delimited. -
Classes in gov.nasa.pds.objectAccess.table used by gov.nasa.pds.objectAccess.table Class Description AdapterFactory Implements a factory for getting adapter facade objects.DefaultFieldAdapter Implements an adapter object for table fields that can read the field value from a byte array or write the field value into a byte array.DelimiterType Defines a set of field and record delimiters for a table.FieldAdapter Defines an adapter object for table fields that can read the field value from a byte array or write the field value into a byte array.TableAdapter Defines a facade object that gives access to a table, either binary fixed, character fixed, or delimited.