Uses of Class
nom.tam.fits.BinaryTable.SaveState
-
Packages that use BinaryTable.SaveState Package Description nom.tam.fits nom.tam.image.compression.hdu -
-
Uses of BinaryTable.SaveState in nom.tam.fits
Fields in nom.tam.fits with type parameters of type BinaryTable.SaveState Modifier and Type Field Description private ColumnTable<BinaryTable.SaveState>BinaryTable. tableWhere the data is actually stored.Methods in nom.tam.fits that return types with arguments of type BinaryTable.SaveState Modifier and Type Method Description protected ColumnTable<BinaryTable.SaveState>BinaryTable. createColumnTable(java.lang.Object[] arrCol, int[] sizes)private ColumnTable<BinaryTable.SaveState>BinaryTable. createTable()Create a column table given the number of rows and a model row.ColumnTable<BinaryTable.SaveState>BinaryTable. getData() -
Uses of BinaryTable.SaveState in nom.tam.image.compression.hdu
Method parameters in nom.tam.image.compression.hdu with type arguments of type BinaryTable.SaveState Modifier and Type Method Description voidCompressedTableData. prepareUncompressedData(ColumnTable<BinaryTable.SaveState> data)
-