This class provides methods to access the data segment of an HDU. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
The following tables list the members exposed by Data.
Protected Constructors
Protected Fields
Name | Description | |
---|---|---|
![]() |
dataSize | The size of the data when last read |
![]() |
fileOffset | The starting location of the data when last read |
![]() |
input | The inputstream used. |
Public Properties
Name | Description | |
---|---|---|
![]() |
DataArray | Return the data array object. |
![]() |
FileOffset | Get the file offset |
![]() |
Kernel | Return the non-FITS data object |
![]() |
Rewriteable | Returns whether input stream is rewritable |
![]() |
Size | Get the size of the data element in bytes |
Public Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified |
![]() |
GetHashCode | Serves as a hash function for a particular type. |
![]() |
GetType | Gets the |
![]() |
Read | Read a data array into the current object and if needed position to the beginning of the next FITS block. |
![]() |
Rewrite | |
![]() |
ToString | Returns a |
![]() |
Write | Write the data -- including any buffering needed |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | Allows an |
![]() |
MemberwiseClone | Creates a shallow copy of the current |
![]() |
SetFileOffset |