Uses of Interface
nom.tam.util.ArrayDataOutput
Packages that use 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.fitsMethods in nom.tam.fits with parameters of type ArrayDataOutputModifier and TypeMethodDescriptionstatic voidFitsUtil.pad(ArrayDataOutput stream, long size) Deprecated.(for internal use) Visibility may be reduced to package level in the futurestatic voidFitsUtil.pad(ArrayDataOutput stream, long size, byte fill) Deprecated.(for internal use) Visibility may be reduced to private in the futurevoidAsciiTable.write(ArrayDataOutput str) voidBasicHDU.write(ArrayDataOutput stream) voidBinaryTable.write(ArrayDataOutput os) voidBinaryTableHDU.write(ArrayDataOutput out) abstract voidData.write(ArrayDataOutput o) voidFitsElement.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.voidFitsHeap.write(ArrayDataOutput str) voidHeader.write(ArrayDataOutput out) voidImageData.write(ArrayDataOutput o) voidNullData.write(ArrayDataOutput o) voidRandomGroupsData.write(ArrayDataOutput str) voidRandomGroupsHDU.write(ArrayDataOutput stream) voidUndefinedData.write(ArrayDataOutput o) voidHeader.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.imageMethods in nom.tam.image with parameters of type ArrayDataOutput
- 
Uses of ArrayDataOutput in nom.tam.utilSubinterfaces of ArrayDataOutput in nom.tam.utilClasses in nom.tam.util that implement ArrayDataOutputModifier and TypeClassDescriptionclassDeprecated.UseFitsOutputStream, which provides the exact same functionality but with a less misleading name, or else useArrayOutputStreamas a base for an implementation with any (non-FITS) encoding.classDeprecated.UseFitsFileinstead, which replaces the oldBufferedFilewith 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.classFor reading and writing FITS files.classFor writing FITS files through anOutputStream.Methods in nom.tam.util with parameters of type ArrayDataOutputModifier and TypeMethodDescriptionvoidColumnTable.write(ArrayDataOutput out) Writes the table's data to an output, in row-major format.voidColumnTable.write(ArrayDataOutput out, int rowStart, int rowEnd, int col) Write a column of a table.