Uses of Interface
gov.nasa.pds.label.object.TableRecord
Packages that use TableRecord
Package
Description
Implementations of objects that represent the data objects that can be referenced by PDS labels.
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 -
Uses of TableRecord in gov.nasa.pds.objectAccess
Classes in gov.nasa.pds.objectAccess that implement TableRecordModifier and TypeClassDescriptionclassImplements a delimited table record.classImplements a fixed-width table record.Methods in gov.nasa.pds.objectAccess that return TableRecordModifier and TypeMethodDescriptionTableWriter.createRecord()Creates a record for adding data.RawTableReader.getRecord(long index, boolean keepQuotationsFlag) Gets a record in the table.TableReader.getRecord(int index) Gets access to the table record given the index.TableReader.getRecord(long index, boolean keepQuotationsFlag) Gets access to the table record given the index.RawTableReader.readNext()Reads the next record in the table.TableReader.readNext()Reads the next record from the data file.Methods in gov.nasa.pds.objectAccess with parameters of type TableRecordModifier and TypeMethodDescriptionvoidTableWriter.write(TableRecord record) Writes the table record to the output stream or writer.