public interface MultiTableBuilder extends TableBuilder
TableBuilder
, but which additionally know how
to read more than one table at a time.Modifier and Type | Method and Description |
---|---|
TableSequence |
makeStarTables(DataSource datsrc,
StoragePolicy storagePolicy)
Constructs a sequence of StarTables based on a given DataSource.
|
canImport, getFormatName, looksLikeFile, makeStarTable, streamStarTable
TableSequence makeStarTables(DataSource datsrc, StoragePolicy storagePolicy) throws IOException
TableFormatException
should be thrown. If this builder thinks it should be able to
handle the source but an error occurs during processing, an
IOException
can be thrown.
If the position
of the data source is not null,
then this method should return a sequence containing a single table,
the one which would be returned by the makeStarTable
method with that position.
datsrc
- the DataSource containing the table resourcestoragePolicy
- a StoragePolicy object which may be used to
supply scratch storage if the builder needs itdatsrc
TableFormatException
- if the table is not of a kind that
can be handled by this handlerIOException
- if an unexpected I/O error occurs during processingCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.