static void |
FitsUtil.pad(ArrayDataOutput stream,
long size) |
Add padding to an output stream.
|
static void |
FitsUtil.pad(ArrayDataOutput stream,
long size,
byte fill) |
Add padding to an output stream.
|
void |
AsciiTable.write(ArrayDataOutput str) |
Write the data to an output stream.
|
void |
BasicHDU.write(ArrayDataOutput stream) |
|
void |
BinaryTable.write(ArrayDataOutput os) |
Write the table, heap and padding.
|
void |
BinaryTableHDU.write(ArrayDataOutput ado) |
|
abstract void |
Data.write(ArrayDataOutput o) |
Write the data -- including any buffering needed
|
void |
FitsElement.write(ArrayDataOutput out) |
Write the contents of the element to a data sink.
|
void |
FitsHeap.write(ArrayDataOutput str) |
Write the heap
|
void |
Header.write(ArrayDataOutput dos) |
Write the current header (including any needed padding) to the output
stream.
|
void |
ImageData.write(ArrayDataOutput o) |
|
void |
RandomGroupsData.write(ArrayDataOutput str) |
Write the RandomGroupsData
|
void |
UndefinedData.write(ArrayDataOutput o) |
|