Uses of Interface
nom.tam.util.FitsIO
Packages that use FitsIO
Package
Description
The core classes of nom-tam-fits.
Various commonly used classes for nom-tam-fits.
-
Uses of FitsIO in nom.tam.fits
Methods in nom.tam.fits with parameters of type FitsIOModifier and TypeMethodDescriptionstatic voidFitsUtil.reposition(FitsIO o, long offset) Deprecated. -
Uses of FitsIO in nom.tam.util
Subinterfaces of FitsIO in nom.tam.utilModifier and TypeInterfaceDescriptioninterfaceInterface for reading array data from inputs.interfaceInterface for writing array data to outputs.interfaceInterface for FITS-specific output.interfaceInterface that combines file-based random acesss with high-throughput array IOClasses in nom.tam.util that implement FitsIOModifier and TypeClassDescriptionclassDeprecated.UseFitsInputStreaminstead which provides the same functionality with a less misleading name, or else useArrayInputStreamas a base for a more generic implementation for any (non-FITS) encoding.classDeprecated.UseFitsOutputStream, which provides the exact same functionality but with a less misleading name, or else useArrayOutputStreamas a base for an implementation with any (non-FITS) encoding.classDeprecated.UseFitsFileinstead, which replaces the oldBufferedFilewith 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.classFor reading and writing FITS files.classFor reading FITS files through anInputStream.classFor writing FITS files through anOutputStream.
IOExceptioninto aFitsExceptionfor no good reason really.