Uses of Interface
nom.tam.util.ReadWriteAccess
Packages that use ReadWriteAccess
-
Uses of ReadWriteAccess in nom.tam.util
Subinterfaces of ReadWriteAccess in nom.tam.utilModifier and TypeInterfaceDescriptioninterface
Interface that combines file-based random acesss with high-throughput array IOinterface
Interface for IO objects that support file-like random access.Classes in nom.tam.util that implement ReadWriteAccessModifier and TypeClassDescriptionclass
Deprecated.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
A random accessibleFileChannel
implementation for FITS I/O purposes.
FitsFile
instead, which replaces the oldBufferedFile
with a less misleading name, or elseArrayDataFile
, which provides a base for a more more generic implementation for efficient reading/writing arrays using any (non-FITS) encoding.