This class provides a simple holder for data which is not handled by other classes.
The following tables list the members exposed by UndefinedData.
Public Constructors
Name | Description | |
---|---|---|
![]() ![]() |
UndefinedData | Overloaded. |
Protected Fields
Name | Description | |
---|---|---|
![]() |
dataSize | The size of the data when last read (inherited from Data) |
![]() |
fileOffset | The starting location of the data when last read (inherited from Data) |
![]() |
input | The inputstream used. (inherited from Data) |
Public Properties
Name | Description | |
---|---|---|
![]() |
DataArray | Overridden. Return the actual data. Note that this may return a null when the data is not readable. It might be better to throw a FitsException, but this is a very commonly called method and we prefered not to change how users must invoke it. |
![]() |
FileOffset | Get the file offset (inherited from Data) |
![]() |
Kernel | Return the non-FITS data object (inherited from Data) |
![]() |
Rewriteable | Returns whether input stream is rewritable (inherited from Data) |
![]() |
Size | Get the size of the data element in bytes (inherited from Data) |
Public Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified |
![]() |
GetHashCode | Serves as a hash function for a particular type. |
![]() |
GetType | Gets the |
![]() |
Read | Overridden. Method to read the ArrayDataIO |
![]() |
Rewrite | (inherited from Data) |
![]() |
ToString | Returns a |
![]() |
Write | Overridden. Method Write ArrayDataIO |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | Allows an |
![]() |
MemberwiseClone | Creates a shallow copy of the current |
![]() |
SetFileOffset | (inherited from Data) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
UndefinedData | Overloaded. |