Uses of Interface
nom.tam.util.RandomAccess
Package
Description
A collection of useful classes.
Image tiling support.
Various commonly used classes for nom-tam-fits.
-
Uses of RandomAccess in nom.tam.fits.utilities
Modifier and TypeMethodDescriptionstatic long
FitsCheckSum.checksum
(RandomAccess f, long from, long size) Computes the checksum directly from a region of a random access file, by buffering moderately sized chunks from the file as necessary. -
Uses of RandomAccess in nom.tam.image
ModifierConstructorDescriptionStandardImageTiler
(RandomAccess f, long fileOffset, int[] dims, Class<?> base) Create a tiler. -
Uses of RandomAccess in nom.tam.util
Modifier and TypeClassDescriptionclass
Deprecated.class
For reading and writing FITS files.
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.