Uses of Interface
nom.tam.util.ArrayDataOutput
-
Packages that use ArrayDataOutput Package Description nom.tam.fits nom.tam.util -
-
Uses of ArrayDataOutput in nom.tam.fits
Methods in nom.tam.fits with parameters of type ArrayDataOutput Modifier and Type Method Description static void
FitsUtil. pad(ArrayDataOutput stream, long size)
Add padding to an output stream.static void
FitsUtil. pad(ArrayDataOutput stream, long size, byte fill)
Add padding to an output stream.void
AsciiTable. write(ArrayDataOutput str)
Write the data to an output stream.void
BasicHDU. write(ArrayDataOutput stream)
void
BinaryTable. write(ArrayDataOutput os)
Write the table, heap and padding.void
BinaryTableHDU. write(ArrayDataOutput ado)
abstract void
Data. write(ArrayDataOutput o)
Write the data -- including any buffering neededvoid
FitsElement. write(ArrayDataOutput out)
Write the contents of the element to a data sink.void
FitsHeap. write(ArrayDataOutput str)
Write the heapvoid
Header. write(ArrayDataOutput dos)
Write the current header (including any needed padding) to the output stream.void
ImageData. write(ArrayDataOutput o)
void
RandomGroupsData. write(ArrayDataOutput str)
Write the RandomGroupsDatavoid
UndefinedData. write(ArrayDataOutput o)
-
Uses of ArrayDataOutput in nom.tam.util
Classes in nom.tam.util that implement ArrayDataOutput Modifier and Type Class Description class
BufferedDataOutputStream
This class is intended for high performance I/O in scientific applications.class
BufferedFile
Methods in nom.tam.util with parameters of type ArrayDataOutput Modifier and Type Method Description void
ColumnTable.PointerAccess. write(ColumnTable<?> table, ArrayDataOutput os, int index, int arrOffset, int size)
void
ColumnTable. write(ArrayDataOutput os)
Write a table.void
ColumnTable. write(ArrayDataOutput os, int rowStart, int rowEnd, int columnNr)
Write a column of a table.
-