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 | |
|---|---|---|
|
FileOffset | Get the byte at which this element begins. This is only available if the data is originally read from a random access medium. |
|
Rewriteable | |
|
Size | The size of this element in bytes |
Public Methods
| Name | Description | |
|---|---|---|
|
Read | Read the contents of the element from an input source. |
|
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. |
|
Write | Write the contents of the element to a data sink. |