Package nom.tam.fits
Class BinaryTable.SaveState
java.lang.Object
nom.tam.fits.BinaryTable.SaveState
- Enclosing class:
- BinaryTable
Deprecated.
(for internal use) no longer used, and will be removed in the future.
The enclosing binary table's properties
-
Constructor Summary
ConstructorsConstructorDescriptionSaveState
(List<BinaryTable.ColumnDesc> columns, FitsHeap heap) Deprecated.(for internal use) no longer in use. -
Method Summary
-
Constructor Details
-
SaveState
Deprecated.(for internal use) no longer in use. Will remove in the future.Create a new saved state- Parameters:
columns
- the column descriptions to saveheap
- the heap to save
-