Uses of Class
gov.nasa.pds.objectAccess.InvalidTableException
| Package | Description |
|---|---|
| gov.nasa.pds.objectAccess |
Provides programmatic access to PDS4 objects.
|
| gov.nasa.pds.objectAccess.table |
Implementations of access objects and interfaces for
reading and writing tables and table fields.
|
-
Uses of InvalidTableException in gov.nasa.pds.objectAccess
Methods in gov.nasa.pds.objectAccess that throw InvalidTableException Modifier and Type Method Description voidExporter. convert(OutputStream outputStream, int objectIndex)Converts the object at index objectIndex into the desired export type.voidExporter. convert(T object, OutputStream outputStream)Converts the input data file into the desired export type.voidTableExporter. convert(OutputStream outputStream, int objectIndex)Converts the table object at the givenobjectIndexinto the desired export type.voidTableExporter. convert(Object object, OutputStream outputStream)Converts the table object into the desired export type.FieldDescription[]TableExporter. getTableFields(Object object)Gets the fields of a given table object.Constructors in gov.nasa.pds.objectAccess that throw InvalidTableException Constructor Description TableWriter(Object table, OutputStream outputStream)Creates an instance ofTableWriterfor writing to a fixed-width text or binary data file and uses "US-ASCII" character set name for encoding.TableWriter(Object table, OutputStream outputStream, String charsetName)Creates an instance ofTableWriterfor writing to a fixed-width text or binary data file.TableWriter(Object table, Writer writer)Creates an instance ofTableWriterfor writing to a delimited data file. -
Uses of InvalidTableException in gov.nasa.pds.objectAccess.table
Methods in gov.nasa.pds.objectAccess.table that throw InvalidTableException Modifier and Type Method Description TableAdapterAdapterFactory. getTableAdapter(Object tableObject)Gets a table adapter facade object.Constructors in gov.nasa.pds.objectAccess.table that throw InvalidTableException Constructor Description TableBinaryAdapter(TableBinary table)Creates a new instance for a particular table.TableCharacterAdapter(TableCharacter table)Creates a new instance for a particular table.