Uses of Class
nom.tam.util.BufferedDataOutputStream

Packages that use BufferedDataOutputStream
nom.tam.fits The Flexible Image Transport System, used primarily for exchanging astronomical data. 
 

Uses of BufferedDataOutputStream in nom.tam.fits
 

Methods in nom.tam.fits with parameters of type BufferedDataOutputStream
 void BasicHDU.write(BufferedDataOutputStream stream)
           
 void BinaryTable.write(BufferedDataOutputStream os)
           
 void Data.write(BufferedDataOutputStream o)
          Write the data -- including any buffering needed
 void Header.write(BufferedDataOutputStream dos)
          Write the current header (including any needed padding) to the output stream.
 void BasicHDU.write(BufferedDataOutputStream stream)
           
 void BinaryTable.write(BufferedDataOutputStream os)
           
 void Data.write(BufferedDataOutputStream o)
          Write the data -- including any buffering needed
 void Header.write(BufferedDataOutputStream dos)
          Write the current header (including any needed padding) to the output stream.
protected  void BinaryTable.writeTrueData(BufferedDataOutputStream o)
          Write the data including any hash data.
protected  void Data.writeTrueData(BufferedDataOutputStream o)
          Write only the actual data.
protected  void BinaryTable.writeTrueData(BufferedDataOutputStream o)
          Write the data including any hash data.
protected  void Data.writeTrueData(BufferedDataOutputStream o)
          Write only the actual data.