Uses of Interface
gov.nasa.pds.label.object.TableRecord

Packages that use TableRecord
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
 TableRecord TableObject.getRecord(int index)
          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
 class DelimitedTableRecord
          Implements a delimited table record.
 class FixedTableRecord
          Implements a fixed-width table record.
 

Methods in gov.nasa.pds.objectAccess that return TableRecord
 TableRecord TableWriter.createRecord()
          Creates a record for adding data.
 TableRecord TableReader.getRecord(int index)
          Gets access to the table record given the index.
 TableRecord TableReader.readNext()
          Reads the next record from the data file.
 

Methods in gov.nasa.pds.objectAccess with parameters of type TableRecord
 void TableWriter.write(TableRecord record)
          Writes the table record to the output stream or writer.
 



Copyright © 2014. All Rights Reserved.