Uses of Class
nom.tam.fits.TruncatedFileException
Packages that use TruncatedFileException
- 
Uses of TruncatedFileException in nom.tam.fitsMethods in nom.tam.fits that throw TruncatedFileExceptionModifier and TypeMethodDescriptionvoidHeader.read(ArrayDataInput dis) Reads new header data from an input, discarding any prior content.static HeaderHeader.readHeader(ArrayDataInput dis) Create a header by reading the information from the input stream.Constructors in nom.tam.fits that throw TruncatedFileExceptionModifierConstructorDescriptionHeader(ArrayDataInput is) Create a header and populate it from the input streamDeprecated.(for internal use) Its visibility may be reduced or may be removed entirely in the future.HeaderCard(ArrayDataInput dis) Creates a new header card, but reading from the specified data input stream.