Uses of Interface
nom.tam.util.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
Modifier and TypeMethodDescriptionFits.getStream()
Returns the input from which thisFits
is associated to (if any)..Modifier and TypeMethodDescriptionvoid
AsciiTable.read
(ArrayDataInput in) void
BasicHDU.read
(ArrayDataInput stream) void
BinaryTable.read
(ArrayDataInput in) void
Data.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.void
FitsElement.read
(ArrayDataInput in) Read a FITS element from the input, starting at the current position.void
FitsHeap.read
(ArrayDataInput str) void
Header.read
(ArrayDataInput dis) Reads new header data from an input, discarding any prior content.void
ImageData.read
(ArrayDataInput in) void
NullData.read
(ArrayDataInput in) static Header
Header.readHeader
(ArrayDataInput dis) Create a header by reading the information from the input stream.void
Fits.setStream
(ArrayDataInput stream) Deprecated.ModifierConstructorDescriptionHeader
(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
Modifier and TypeInterfaceDescriptioninterface
Interface that combines file-based random acesss with high-throughput array IOModifier and TypeClassDescriptionclass
Deprecated.UseFitsInputStream
instead which provides the same functionality with a less misleading name, or else useArrayInputStream
as a base for a more generic implementation for 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 reading FITS files through anInputStream
.Modifier and TypeMethodDescriptionvoid
ColumnTable.read
(ArrayDataInput in) Reads the table's data from the input, in row-major formatvoid
ColumnTable.read
(ArrayDataInput in, int rowStart, int rowEnd, int col) Reads a column of a table from a
ArrayDataInput
but only those, which utilizeFitsDecoder
to convert Java types to FITS binary format, such asFitsInputStream
orFitsFile
(or else a wrappedDataInputStream
).