Uses of Interface
gov.nasa.pds.label.object.TableRecord
-
Packages that use TableRecord 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. -
-
Uses of TableRecord in gov.nasa.pds.label.object
Methods in gov.nasa.pds.label.object that return TableRecord Modifier and Type Method Description TableRecord
TableObject. getRecord(int index, boolean keepQuotationsFlag)
Gets access to the table record given the index.TableRecord
TableObject. readNext()
Reads the next record from the data file. -
Uses of TableRecord in gov.nasa.pds.objectAccess
Classes in gov.nasa.pds.objectAccess that implement TableRecord Modifier and Type Class Description class
DelimitedTableRecord
Implements a delimited table record.class
FixedTableRecord
Implements a fixed-width table record.Methods in gov.nasa.pds.objectAccess that return TableRecord Modifier and Type Method Description TableRecord
TableWriter. createRecord()
Creates a record for adding data.TableRecord
RawTableReader. getRecord(long index, boolean keepQuotationsFlag)
Gets a record in the table.TableRecord
TableReader. getRecord(int index)
Gets access to the table record given the index.TableRecord
TableReader. getRecord(long index, boolean keepQuotationsFlag)
Gets access to the table record given the index.TableRecord
RawTableReader. readNext()
Reads the next record in the table.TableRecord
TableReader. readNext()
Reads the next record from the data file.Methods in gov.nasa.pds.objectAccess with parameters of type TableRecord Modifier and Type Method Description void
TableWriter. write(TableRecord record)
Writes the table record to the output stream or writer.
-