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 ArrayDataInputAsciiTable. currInputThe actual stream used to input dataprivate ArrayDataInputBinaryTable. currInputThe stream used to input the data.private ArrayDataInputFits. dataStrThe input stream associated with this Fits object.private ArrayDataInputHeader. inputInput descriptor last time header was readprivate ArrayDataInputHeaderCardCountingArrayDataInput. inputthe input stream.Methods in nom.tam.fits that return ArrayDataInput Modifier and Type Method Description ArrayDataInputFits. getStream()Get the data stream used for the Fits Data.protected ArrayDataInputHeaderCardCountingArrayDataInput. in()private static ArrayDataInputHeaderCard. stringToArrayInputStream(java.lang.String card)Methods in nom.tam.fits with parameters of type ArrayDataInput Modifier and Type Method Description voidAsciiTable. read(ArrayDataInput str)Read in an ASCII table.voidBasicHDU. read(ArrayDataInput stream)voidBinaryTable. read(ArrayDataInput i)Read the data -- or defer reading on random access.abstract voidData. read(ArrayDataInput in)voidFitsElement. read(ArrayDataInput in)Read a data array into the current object and if needed position to the beginning of the next FITS block.voidFitsHeap. read(ArrayDataInput str)Read the heapvoidHeader. read(ArrayDataInput dis)Read a stream for header data.voidImageData. read(ArrayDataInput i)voidRandomGroupsData. read(ArrayDataInput str)Read the RandomGroupsDatavoidUndefinedData. read(ArrayDataInput i)static HeaderHeader. readHeader(ArrayDataInput dis)Create a header by reading the information from the input stream.protected voidBinaryTable. readHeap(ArrayDataInput input)Read the heap which contains the data for variable length arrays.protected voidBinaryTable. readTrueData(ArrayDataInput i)Read table, heap and paddingprotected voidData. setFileOffset(ArrayDataInput o)Set the fields needed for a re-read.voidFits. 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 ArrayDataInputBinaryTableTileDecompressor. is -
Uses of ArrayDataInput in nom.tam.util
Subinterfaces of ArrayDataInput in nom.tam.util Modifier and Type Interface Description interfaceRandomAccessThese 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 classBufferedDataInputStreamThis class is intended for high performance I/O in scientific applications.classBufferedFileMethods in nom.tam.util with parameters of type ArrayDataInput Modifier and Type Method Description voidColumnTable.PointerAccess. read(ColumnTable<?> table, ArrayDataInput is, int index, int arrOffset, int size)voidColumnTable. read(ArrayDataInput is)Read a table.voidColumnTable. read(ArrayDataInput is, int rowStart, int rowEnd, int columnNr)Read a column of a table.
-