Uses of Interface
gov.nasa.pds.label.object.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.objectMethods 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.objectAccessClasses 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.TableRecordTableReader. getRecord(int index)Gets access to the table record given the index.TableRecordTableReader. getRecord(int index, boolean keepQuotationsFlag)Gets access to the table record given the index.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.