Uses of Class
gov.nasa.pds.objectAccess.InvalidTableException
-
Packages that use 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.gov.nasa.pds.objectAccess.utility -
-
Uses of InvalidTableException in gov.nasa.pds.objectAccess
Methods in gov.nasa.pds.objectAccess that throw InvalidTableException Modifier and Type Method Description voidExporter. convert(java.io.OutputStream outputStream, int objectIndex)Converts the object at index objectIndex into the desired export type.voidExporter. convert(T object, java.io.OutputStream outputStream)Converts the input data file into the desired export type.voidTableExporter. convert(java.io.OutputStream outputStream, int objectIndex)Converts the table object at the givenobjectIndexinto the desired export type.voidTableExporter. convert(java.lang.Object object, java.io.OutputStream outputStream)Converts the table object into the desired export type.FieldDescription[]TableExporter. getTableFields(java.lang.Object object)Gets the fields of a given table object.Constructors in gov.nasa.pds.objectAccess that throw InvalidTableException Constructor Description ByteWiseFileAccessor(java.io.File file, long offset, int length, long records)Constructs aByteWiseFileAccessorobject which maps a region of a data file into memory.ByteWiseFileAccessor(java.net.URL url, long offset, int length, long records)Constructs aByteWiseFileAccessorobject which maps a region of a data file into memory.ByteWiseFileAccessor(java.net.URL url, long offset, int length, long records, boolean checkSize)ByteWiseFileAccessor(java.net.URL url, long offset, int length, long records, boolean checkSize, java.io.RandomAccessFile raf)Constructs aByteWiseFileAccessorobject which maps a region of a data file into memory.RawTableReader(java.lang.Object table, java.net.URL dataFile, DataObjectLocation location, boolean checkSize)TableReader(java.lang.Object table, java.net.URL dataFile, boolean checkSize)TableReader(java.lang.Object table, java.net.URL dataFile, boolean checkSize, boolean readEntireFile)TableReader(java.lang.Object table, java.net.URL dataFile, DataObjectLocation location, boolean checkSize, boolean readEntireFile, boolean keepQuotationsFlag)TableReader(java.lang.Object table, java.net.URL dataFile, DataObjectLocation location, boolean checkSize, boolean readEntireFile, boolean keepQuotationsFlag, java.io.RandomAccessFile raf, java.io.InputStream inputStream)Constructs aTableReaderinstance for reading records from a data file associated with a table object.TableWriter(java.lang.Object table, java.io.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(java.lang.Object table, java.io.OutputStream outputStream, java.lang.String charsetName)Creates an instance ofTableWriterfor writing to a fixed-width text or binary data file.TableWriter(java.lang.Object table, java.io.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(java.lang.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.TableDelimitedAdapter(TableDelimited table)Creates a new instance for a particular table. -
Uses of InvalidTableException in gov.nasa.pds.objectAccess.utility
Methods in gov.nasa.pds.objectAccess.utility that throw InvalidTableException Modifier and Type Method Description static voidUtility. validateCounts(int expected, int actual, java.lang.String errorMessage)
-