This class supports the FITS heap. This is currently used for variable length columns in binary tables.
The following tables list the members exposed by FitsHeap.
Public Properties
| Name | Description | |
|---|---|---|
|
FileOffset | Get the file offset of the heap. |
|
Offset | Get the current offset within the heap. |
|
Rewriteable | Returns if stream is rewritable |
|
Size | Return the size of the heap using the more bean compatbile format. |
Public Methods
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified |
|
GetData | Get data from the heap. |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetSize | Return the size of the Heap. |
|
GetType | Gets the |
|
Read | Read the heap |
|
Rewrite | Attempt to rewrite the heap with the current contents. Note that no checking is done to make sure that the heap does not extend past its prior boundaries. |
|
ToString | Returns a |
|
Write | Write the heap |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | Allows an |
|
MemberwiseClone | Creates a shallow copy of the current |