Uses of Class
nom.tam.util.ArrayInputStream
Packages that use ArrayInputStream
-
Uses of ArrayInputStream in nom.tam.util
Subclasses of ArrayInputStream in nom.tam.utilModifier and TypeClassDescriptionclass
Deprecated.class
For reading FITS files through anInputStream
.
FitsInputStream
instead which provides the same functionality with a less misleading name, or else useArrayInputStream
as a base for a more generic implementation for any (non-FITS) encoding.