Uses of Interface
nom.tam.util.ArrayDataInput
Packages that use ArrayDataInput
Package
Description
The core classes of nom-tam-fits.
Various commonly used classes for nom-tam-fits.
-
Uses of ArrayDataInput in nom.tam.fits
Methods in nom.tam.fits that return ArrayDataInputModifier and TypeMethodDescriptionFits.getStream()Returns the input from which thisFitsis associated to (if any)..Methods in nom.tam.fits with parameters of type ArrayDataInputModifier and TypeMethodDescriptionvoidAsciiTable.read(ArrayDataInput in) voidBasicHDU.read(ArrayDataInput stream) voidBinaryTable.read(ArrayDataInput in) voidData.read(ArrayDataInput in) Reads the data or skips over it for reading later, depending on whether reading from a stream or a random acessible input, respectively.voidFitsElement.read(ArrayDataInput in) Read a FITS element from the input, starting at the current position.voidFitsHeap.read(ArrayDataInput str) voidHeader.read(ArrayDataInput dis) Reads new header data from an input, discarding any prior content.voidImageData.read(ArrayDataInput in) voidNullData.read(ArrayDataInput in) static HeaderHeader.readHeader(ArrayDataInput dis) Create a header by reading the information from the input stream.voidFits.setStream(ArrayDataInput stream) Deprecated.Constructors in nom.tam.fits with parameters of type ArrayDataInputModifierConstructorDescriptionHeader(ArrayDataInput is) Create a header and populate it from the input streamHeaderCard(ArrayDataInput dis) Creates a new header card, but reading from the specified data input stream. -
Uses of ArrayDataInput in nom.tam.util
Subinterfaces of ArrayDataInput in nom.tam.utilModifier and TypeInterfaceDescriptioninterfaceInterface that combines file-based random acesss with high-throughput array IOClasses in nom.tam.util that implement ArrayDataInputModifier and TypeClassDescriptionclassDeprecated.UseFitsInputStreaminstead which provides the same functionality with a less misleading name, or else useArrayInputStreamas a base for a more generic implementation for 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 reading FITS files through anInputStream.Methods in nom.tam.util with parameters of type ArrayDataInputModifier and TypeMethodDescriptionvoidColumnTable.read(ArrayDataInput in) Reads the table's data from the input, in row-major formatvoidColumnTable.read(ArrayDataInput in, int rowStart, int rowEnd, int col) Reads a column of a table from a
ArrayDataInputbut only those, which utilizeFitsDecoderto convert Java types to FITS binary format, such asFitsInputStreamorFitsFile(or else a wrappedDataInputStream).