Uses of Interface
nom.tam.util.InputReader

Packages that use InputReader
Package
Description
Various commonly used classes for nom-tam-fits.
  • Uses of InputReader in nom.tam.util

    Subinterfaces of InputReader in nom.tam.util
    Modifier and Type
    Interface
    Description
    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.
    Classes in nom.tam.util that implement InputReader
    Modifier and Type
    Class
    Description
    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 
    Deprecated.
    Use FitsInputStream instead which provides the same functionality with a less misleading name, or else use ArrayInputStream as a base for a more generic implementation for any (non-FITS) encoding.
    class 
    Deprecated.
    Use FitsFile instead, which replaces the old BufferedFile with a less misleading name, or else ArrayDataFile, which provides a base for a more more generic implementation for efficient reading/writing arrays using any (non-FITS) encoding.
    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 
    For reading FITS files through an InputStream.
    Methods in nom.tam.util that return InputReader
    Modifier and Type
    Method
    Description
    InputReader.from(InputStream i)
    Wraps an input stream with this interface.
    Constructors in nom.tam.util with parameters of type InputReader
    Modifier
    Constructor
    Description
     
    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.