Uses of Interface
nom.tam.util.RandomAccessFileIO
Packages that use RandomAccessFileIO
Package
Description
The core classes of nom-tam-fits.
Various commonly used classes for nom-tam-fits.
-
Uses of RandomAccessFileIO in nom.tam.fits
Constructors in nom.tam.fits with parameters of type RandomAccessFileIOModifierConstructorDescriptionFits
(RandomAccessFileIO src) Creates a new (empty) FITS container associated with an input that supports generalized random access. -
Uses of RandomAccessFileIO in nom.tam.util
Classes in nom.tam.util that implement RandomAccessFileIOModifier and TypeClassDescriptionclass
A random accessibleFileChannel
implementation for FITS I/O purposes.Constructors in nom.tam.util with parameters of type RandomAccessFileIOModifierConstructorDescriptionFitsFile
(RandomAccessFileIO src, int bufferSize) Create a buffered file from a random access data object.