Uses of Interface
nom.tam.util.ArrayDataInput
-
Packages that use ArrayDataInput Package Description nom.tam.fits nom.tam.image.compression.bintable nom.tam.util -
-
Uses of ArrayDataInput in nom.tam.fits
Fields in nom.tam.fits declared as ArrayDataInput Modifier and Type Field Description private 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 ArrayDataInput
HeaderCardCountingArrayDataInput. input
the input stream.Methods in nom.tam.fits that return ArrayDataInput Modifier and Type Method Description ArrayDataInput
Fits. getStream()
Get the data stream used for the Fits Data.protected ArrayDataInput
HeaderCardCountingArrayDataInput. in()
private static ArrayDataInput
HeaderCard. stringToArrayInputStream(java.lang.String card)
Methods in nom.tam.fits with parameters of type ArrayDataInput Modifier and Type Method Description void
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 ArrayDataInput Constructor Description Header(ArrayDataInput is)
Create a header and populate it from the input streamHeaderCard(ArrayDataInput dis)
HeaderCardCountingArrayDataInput(ArrayDataInput input)
-
Uses of ArrayDataInput in nom.tam.image.compression.bintable
Fields in nom.tam.image.compression.bintable declared as ArrayDataInput Modifier and Type Field Description private ArrayDataInput
BinaryTableTileDecompressor. is
-
Uses of ArrayDataInput in nom.tam.util
Subinterfaces of ArrayDataInput in nom.tam.util Modifier and Type Interface Description interface
RandomAccess
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 ArrayDataInput Modifier and Type Class Description class
BufferedDataInputStream
This class is intended for high performance I/O in scientific applications.class
BufferedFile
Methods in nom.tam.util with parameters of type ArrayDataInput Modifier and Type Method Description void
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.
-