Package nom.tam.fits

Class HeaderCardCountingArrayDataInput

java.lang.Object
nom.tam.fits.HeaderCardCountingArrayDataInput

@Deprecated public class HeaderCardCountingArrayDataInput extends Object
Deprecated.
(for internal use) This class should not have public visibility. And really, the counting should be completely internalized by HeaderCard. Perhaps remove in a future major release.

A helper class to keep track of the number of physical cards for a logical card.

Author:
Richard van Nieuwenhoven
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    (for internal use) Visibility will be reduced to the package level, or will be removed entirely.
    void
    Deprecated.
    (for internal use) Visibility will be reduced to the package level, or will be removed entirely.
    boolean
    Deprecated.
    (for internal use) Visibility will be reduced to the package level, or will be removed entirely.
    void
    Deprecated.
    (for internal use) Visibility will be reduced to the package level, or will be removed entirely.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • cardRead

      public void cardRead()
      Deprecated.
      (for internal use) Visibility will be reduced to the package level, or will be removed entirely.
      report a readed card.
    • markSupported

      public boolean markSupported()
      Deprecated.
      (for internal use) Visibility will be reduced to the package level, or will be removed entirely.
      indicate whether mark/reset functionality is supported
      Returns:
      true iff mark/reset will work
    • mark

      public void mark() throws IOException
      Deprecated.
      (for internal use) Visibility will be reduced to the package level, or will be removed entirely.
      mark the current position in the stream.
      Throws:
      IOException - if the underlaying stream does not allow the mark.
    • reset

      public void reset() throws IOException
      Deprecated.
      (for internal use) Visibility will be reduced to the package level, or will be removed entirely.
      reset the stream th the last marked prosition.
      Throws:
      IOException - if the underlaying stream does not allow the mark.