Uses of Class
nom.tam.fits.FitsHeap
-
Packages that use FitsHeap Package Description nom.tam.fits -
-
Uses of FitsHeap in nom.tam.fits
Fields in nom.tam.fits declared as FitsHeap Modifier and Type Field Description private FitsHeapBinaryTable. heapThis is the area in which variable length column data lives.private FitsHeapBinaryTable.SaveState. heapMethods in nom.tam.fits that return FitsHeap Modifier and Type Method Description (package private) FitsHeapFitsHeap. copy()Add a copy constructor to allow us to duplicate a heap.Constructors in nom.tam.fits with parameters of type FitsHeap Constructor Description SaveState(java.util.List<BinaryTable.ColumnDesc> columns, FitsHeap heap)
-