Package nom.tam.util

Class FitsOutputStream

All Implemented Interfaces:
Closeable, DataOutput, Flushable, AutoCloseable, ArrayDataOutput, FitsIO, FitsOutput, OutputWriter
Direct Known Subclasses:
BufferedDataOutputStream

public class FitsOutputStream extends ArrayOutputStream implements FitsOutput
For writing FITS files through an OutputStream.

Testing and timing for this class is performed in the nom.tam.util.test.BufferedFileTester class.

Version 2.0 -- October 30, 2021: Completely overhauled, with new name and hierarchy. Performance is 2-4 times better than before. (Attila Kovacs)

See Also: