Uses of Interface
nom.tam.util.ReadWriteAccess

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

    Subinterfaces of ReadWriteAccess in nom.tam.util
    Modifier and Type
    Interface
    Description
    interface 
    Interface that combines file-based random acesss with high-throughput array IO
    interface 
    Interface for IO objects that support file-like random access.
    Classes in nom.tam.util that implement ReadWriteAccess
    Modifier and Type
    Class
    Description
    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.