Uses of Class
nom.tam.fits.TruncatedFileException
-
Packages that use TruncatedFileException Package Description nom.tam.fits -
-
Uses of TruncatedFileException in nom.tam.fits
Methods in nom.tam.fits that throw TruncatedFileException Modifier and Type Method Description private voidHeaderCard. extractValueCommentFromString(HeaderCardCountingArrayDataInput dis, java.lang.String card)private voidHeaderCard. hierarchCard(java.lang.String card, HeaderCardCountingArrayDataInput dis)Process HIERARCH style cards...private voidHeaderCard. longStringCard(HeaderCardCountingArrayDataInput dis, FitsHeaderCardParser.ParsedValue parsedValue)voidHeader. read(ArrayDataInput dis)Read a stream for header data.static HeaderHeader. readHeader(ArrayDataInput dis)Create a header by reading the information from the input stream.private static java.lang.StringHeaderCard. readOneHeaderLine(HeaderCardCountingArrayDataInput dis)Read exactly one complete fits header line from the input.Constructors in nom.tam.fits that throw TruncatedFileException Constructor Description Header(ArrayDataInput is)Create a header and populate it from the input streamHeaderCard(HeaderCardCountingArrayDataInput dis)HeaderCard(ArrayDataInput dis)
-