Galactic |
public class GalacticSPCReader
The GalacticSPCReader type exposes the following members.
| Name | Description | |
|---|---|---|
| GalacticSPCReader | Constructs the reader by reading in a stream. |
| Name | Description | |
|---|---|---|
| ErrorMessages | Gets error information collected during reading, or null when no error occurred. | |
| XValues | Gets the X-axis values for the currently read spectrum (or null if reading failed). | |
| YValues | Gets the Y-axis values as a read-only list of arrays. For multi-spectrum files, each array represents one subfile (spectrum). |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |