Uses of Package
nom.tam.util

Packages that use nom.tam.util
Package
Description
The core classes of nom-tam-fits.
A collection of useful classes.
Image tiling support.
Compressing and decompressing HDUs, for both images and binary tables.
Various commonly used classes for nom-tam-fits.
  • Classes in nom.tam.util used by nom.tam.fits
    Class
    Description
    Interface for reading array data from inputs.
    Interface for writing array data to outputs.
    Table data that is stored (internally) in column major format.
    A no-frills complex value, for representing complex numbers in FITS headers.
    An Iterator-based interface for key / value pairs allowing insertions and reverse movement also.
    Interface for cursor-based access to keys
    For reading and writing FITS files.
    Base interface for reading and writing FITS.
    For writing FITS files through an OutputStream.
    Quantizes floating point values as integers.
    Interface for IO objects that support file-like random access.
  • Class
    Description
    Interface that combines file-based random acesss with high-throughput array IO
  • Classes in nom.tam.util used by nom.tam.image
    Class
    Description
    Interface for writing array data to outputs.
    Interface that combines file-based random acesss with high-throughput array IO
  • Class
    Description
    Table data that is stored (internally) in column major format.
  • Classes in nom.tam.util used by nom.tam.util
    Class
    Description
    Efficient reading and writing of arrays to and from files, with custom encoding.
    Interface for reading array data from inputs.
    Interface for writing array data to outputs.
    Efficient reading of binary arrays from streams with custom binary encoding.
    Efficient writing of binary arrays to streams with custom binary encoding.
    Deprecated.
    (for internal use) It is a rusty-rail compatibility implementation only, unsafe for general use.
    Reading from and writing to byte arrays with a stream-like interface (primarily for internal use) .
    Table data that is stored (internally) in column major format.
    A no-frills complex value, for representing complex numbers in FITS headers.
    An Iterator-based interface for key / value pairs allowing insertions and reverse movement also.
    Interface for cursor-based access to keys
    A non FITS-specific interface for generic table data access.
    Decodes FITS-formatted binary data into Java arrays (primarily for internal use)
    Encodes select Java arrays into FITS binary format (primarily for internal use)
    For reading and writing FITS files.
    For reading FITS files through an InputStream.
    Base interface for reading and writing FITS.
    Interface for FITS-specific output.
    For writing FITS files through an OutputStream.
    Formatting number values for use in FITS headers.
    Exception that is thrown if values do not appear in the format they are expected.
    Efficient base class for decoding of binary input into Java arrays (primarily for internal use)
    Interface for asic binary input reading functionality.
    Efficient base class for encoding Java arrays into binary output (primarily for internal use)
    Interface for basic binary output writing functionality.
    Quantizes floating point values as integers.
    Interface that combines file-based random acesss with high-throughput array IO
    Interface for IO objects that support file-like random access.
    Interface for basic random access read and write operations.
    For when attempting to do something illegal or invalid with FITS tables.