Uses of Interface
nom.tam.util.ArrayDataInput
Packages that use ArrayDataInput
-
Uses of ArrayDataInput in nom.tam.fits
Fields in nom.tam.fits declared as ArrayDataInputModifier and TypeFieldDescriptionprivate ArrayDataInput
AsciiTable.currInput
The actual stream used to input dataprivate ArrayDataInput
BinaryTable.currInput
The stream used to input the data.private ArrayDataInput
Fits.dataStr
The input stream associated with this Fits object.private ArrayDataInput
Header.input
Input descriptor last time header was readprivate final ArrayDataInput
HeaderCardCountingArrayDataInput.input
the input stream.Methods in nom.tam.fits that return ArrayDataInputModifier and TypeMethodDescriptionFits.getStream()
Get the data stream used for the Fits Data.protected ArrayDataInput
HeaderCardCountingArrayDataInput.in()
private static ArrayDataInput
HeaderCard.stringToArrayInputStream
(String card) Methods in nom.tam.fits with parameters of type ArrayDataInputModifier and TypeMethodDescriptionvoid
AsciiTable.read
(ArrayDataInput str) Read in an ASCII table.void
BasicHDU.read
(ArrayDataInput stream) void
BinaryTable.read
(ArrayDataInput i) Read the data -- or defer reading on random access.abstract void
Data.read
(ArrayDataInput in) void
FitsElement.read
(ArrayDataInput in) Read a data array into the current object and if needed position to the beginning of the next FITS block.void
FitsHeap.read
(ArrayDataInput str) Read the heapvoid
Header.read
(ArrayDataInput dis) Read a stream for header data.void
ImageData.read
(ArrayDataInput i) void
RandomGroupsData.read
(ArrayDataInput str) Read the RandomGroupsDatavoid
UndefinedData.read
(ArrayDataInput i) static Header
Header.readHeader
(ArrayDataInput dis) Create a header by reading the information from the input stream.protected void
BinaryTable.readHeap
(ArrayDataInput input) Read the heap which contains the data for variable length arrays.protected void
BinaryTable.readTrueData
(ArrayDataInput i) Read table, heap and paddingprotected void
Data.setFileOffset
(ArrayDataInput o) Set the fields needed for a re-read.void
Fits.setStream
(ArrayDataInput stream) Set the data stream to be used for future input.Constructors in nom.tam.fits with parameters of type ArrayDataInputModifierConstructorDescriptionHeader
(ArrayDataInput is) Create a header and populate it from the input streamHeaderCard
(ArrayDataInput dis) protected
-
Uses of ArrayDataInput in nom.tam.image.compression.bintable
Fields in nom.tam.image.compression.bintable declared as ArrayDataInput -
Uses of ArrayDataInput in nom.tam.util
Subinterfaces of ArrayDataInput in nom.tam.utilModifier and TypeInterfaceDescriptioninterface
These packages define the methods which indicate that an i/o stream may be accessed in arbitrary order.Classes in nom.tam.util that implement ArrayDataInputModifier and TypeClassDescriptionclass
This class is intended for high performance I/O in scientific applications.class
Methods in nom.tam.util with parameters of type ArrayDataInputModifier and TypeMethodDescriptionvoid
ColumnTable.PointerAccess.read
(ColumnTable<?> table, ArrayDataInput is, int index, int arrOffset, int size) void
ColumnTable.read
(ArrayDataInput is) Read a table.void
ColumnTable.read
(ArrayDataInput is, int rowStart, int rowEnd, int columnNr) Read a column of a table.