Various commonly used classes for nom-tam-fits.
-
interface
Interface for reading array data from inputs.
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 reading of binary arrays from 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 input stream with this interface.
Instantiates a new FITS binary data decoder for converting FITS data representations into Java arrays.
Instantiates a new decoder for converting data representations into Java arrays.
FitsInputStream
instead which provides the same functionality with a less misleading name, or else useArrayInputStream
as a base for a more generic implementation for any (non-FITS) encoding.