Various commonly used classes for nom-tam-fits.
-
interface
Interface for writing array data to outputs.
interface
Interface for FITS-specific output.
interface
Interface that combines file-based random acesss with high-throughput array IO
interface
Interface for IO objects that support file-like random access.
interface
Interface for basic random access read and write operations.
class
Efficient reading and writing of arrays to and from files, with custom
encoding.
class
Efficient writing of binary arrays to streams with custom binary encoding.
class
class
class
Reading from and writing to byte arrays with a stream-like interface (primarily for internal use) .
class
For reading and writing FITS files.
class
Wraps an output stream with this interface.
Instantiates a new FITS binary data encoder for converting Java arrays into FITS data representations
Instantiates a new Java-to-binary encoder for arrays, writing encoded data to the specified output.
FitsOutputStream
, which provides the exact same functionality but with a less misleading name, or else useArrayOutputStream
as a base for an implementation with any (non-FITS) encoding.