This inteface describes allows uses to easily perform basic I/O operations on a FITS element.


The following tables list the members exposed by FitsElement.

Public Properties

  Name Description
Public property FileOffset Get the byte at which this element begins. This is only available if the data is originally read from a random access medium.
Public property Rewriteable  
Public property Size The size of this element in bytes
Top

Public Methods

  Name Description
Public method Read Read the contents of the element from an input source.
Public method Rewrite Rewrite the contents of the element in place. The data must have been orignally read from a random access device, and the size of the element may not have changed.
Public method Write Write the contents of the element to a data sink.
Top

See Also