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 TableRecordTableObject. getRecord(int index, boolean keepQuotationsFlag)Gets access to the table record given the index.TableRecordTableObject. 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 classDelimitedTableRecordImplements a delimited table record.classFixedTableRecordImplements a fixed-width table record.Methods in gov.nasa.pds.objectAccess that return TableRecord Modifier and Type Method Description TableRecordTableWriter. createRecord()Creates a record for adding data.TableRecordRawTableReader. getRecord(long index, boolean keepQuotationsFlag)Gets a record in the table.TableRecordTableReader. getRecord(int index)Gets access to the table record given the index.TableRecordTableReader. getRecord(long index, boolean keepQuotationsFlag)Gets access to the table record given the index.TableRecordRawTableReader. readNext()Reads the next record in the table.TableRecordTableReader. 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 voidTableWriter. write(TableRecord record)Writes the table record to the output stream or writer.
-