Uses of Interface
nom.tam.util.ArrayDataOutput
Package
Description
The core classes of nom-tam-fits.
Image tiling support.
Various commonly used classes for nom-tam-fits.
-
Uses of ArrayDataOutput in nom.tam.fits
Modifier and TypeMethodDescriptionstatic void
FitsUtil.pad
(ArrayDataOutput stream, long size) Deprecated.(for internal use) Visibility may be reduced to package level in the futurestatic void
FitsUtil.pad
(ArrayDataOutput stream, long size, byte fill) Deprecated.(for internal use) Visibility may be reduced to private in the futurevoid
AsciiTable.write
(ArrayDataOutput str) void
BasicHDU.write
(ArrayDataOutput stream) void
BinaryTable.write
(ArrayDataOutput os) void
BinaryTableHDU.write
(ArrayDataOutput out) abstract void
Data.write
(ArrayDataOutput o) void
FitsElement.write
(ArrayDataOutput out) Writes the contents of the element to a data sink, adding padding as necessary if the element (such as a header or data segment) is expected to complete the FITS block of 2880 bytes.void
FitsHeap.write
(ArrayDataOutput str) void
Header.write
(ArrayDataOutput out) void
ImageData.write
(ArrayDataOutput o) void
NullData.write
(ArrayDataOutput o) void
RandomGroupsData.write
(ArrayDataOutput str) void
RandomGroupsHDU.write
(ArrayDataOutput stream) void
UndefinedData.write
(ArrayDataOutput o) void
Header.writeUnchecked
(ArrayDataOutput out) (for internal use) Similar toHeader.write(ArrayDataOutput)
, but writes the header as is, without ensuring that mandatory keys are present, and in the correct order, or that checksums are updated. -
Uses of ArrayDataOutput in nom.tam.image
-
Uses of ArrayDataOutput in nom.tam.util
Modifier and TypeClassDescriptionclass
Deprecated.UseFitsOutputStream
, which provides the exact same functionality but with a less misleading name, or else useArrayOutputStream
as a base for an implementation with any (non-FITS) encoding.class
Deprecated.UseFitsFile
instead, which replaces the oldBufferedFile
with a less misleading name, or elseArrayDataFile
, which provides a base for a more more generic implementation for efficient reading/writing arrays using any (non-FITS) encoding.class
For reading and writing FITS files.class
For writing FITS files through anOutputStream
.Modifier and TypeMethodDescriptionvoid
ColumnTable.write
(ArrayDataOutput out) Writes the table's data to an output, in row-major format.void
ColumnTable.write
(ArrayDataOutput out, int rowStart, int rowEnd, int col) Write a column of a table.