|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BufferedDataInputStream | |
---|---|
nom.tam.fits | The Flexible Image Transport System, used primarily for exchanging astronomical data. |
Uses of BufferedDataInputStream in nom.tam.fits |
---|
Methods in nom.tam.fits that return BufferedDataInputStream | |
---|---|
BufferedDataInputStream |
Fits.getStream()
Get the data stream used for the Fits Data. |
BufferedDataInputStream |
Fits.getStream()
Get the data stream used for the Fits Data. |
Methods in nom.tam.fits with parameters of type BufferedDataInputStream | |
---|---|
void |
BinaryTable.read(BufferedDataInputStream i)
|
void |
Data.read(BufferedDataInputStream i)
Read a data array into the current object and if needed position to the beginning of the next FITS block. |
void |
Header.read(BufferedDataInputStream dis)
Read a stream for header data. |
void |
BinaryTable.read(BufferedDataInputStream i)
|
void |
Data.read(BufferedDataInputStream i)
Read a data array into the current object and if needed position to the beginning of the next FITS block. |
void |
Header.read(BufferedDataInputStream dis)
Read a stream for header data. |
void |
AsciiTableHDU.readData(BufferedDataInputStream stream)
Skip the ASCII table and throw an exception. |
void |
BasicHDU.readData(BufferedDataInputStream stream)
Read in the Data object for this HDU. |
void |
AsciiTableHDU.readData(BufferedDataInputStream stream)
Skip the ASCII table and throw an exception. |
void |
BasicHDU.readData(BufferedDataInputStream stream)
Read in the Data object for this HDU. |
static BasicHDU |
HDU.readHDU(BufferedDataInputStream stream)
Read an HDU. |
static BasicHDU |
HDU.readHDU(BufferedDataInputStream stream)
Read an HDU. |
static Header |
Header.readHeader(BufferedDataInputStream dis)
Create a header by reading the information from the input stream. |
static Header |
Header.readHeader(BufferedDataInputStream dis)
Create a header by reading the information from the input stream. |
protected void |
BinaryTable.readTrueData(BufferedDataInputStream i)
|
protected void |
Data.readTrueData(BufferedDataInputStream i)
Read in the actual data portion. |
protected void |
BinaryTable.readTrueData(BufferedDataInputStream i)
|
protected void |
Data.readTrueData(BufferedDataInputStream i)
Read in the actual data portion. |
void |
Fits.setStream(BufferedDataInputStream stream)
Set the data stream to be used for future input. |
void |
Fits.setStream(BufferedDataInputStream stream)
Set the data stream to be used for future input. |
void |
BasicHDU.skipData(BufferedDataInputStream stream)
Skip the Data object for this HDU. |
void |
BasicHDU.skipData(BufferedDataInputStream stream)
Skip the Data object for this HDU. |
static void |
BasicHDU.skipData(BufferedDataInputStream stream,
Header hdr)
Skip the Data object immediately after the given Header object on the given stream object. |
static void |
BasicHDU.skipData(BufferedDataInputStream stream,
Header hdr)
Skip the Data object immediately after the given Header object on the given stream object. |
static boolean |
HDU.skipHDU(BufferedDataInputStream input)
Skip an HDU |
static boolean |
HDU.skipHDU(BufferedDataInputStream input)
Skip an HDU |
Constructors in nom.tam.fits with parameters of type BufferedDataInputStream | |
---|---|
Header(BufferedDataInputStream is)
Create a header and populate it from the input stream |
|
Header(BufferedDataInputStream is)
Create a header and populate it from the input stream |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |