Jcamp |
public class JcampReader
The JcampReader type exposes the following members.
| Name | Description | |
|---|---|---|
| JcampReader | Initializes a new instance of JcampReader and reads JCAMP blocks from the provided stream. The stream is read using a StreamReader; the stream must be readable. |
| Name | Description | |
|---|---|---|
| Blocks | The list of parsed JCAMP blocks read from the input stream. Each block contains metadata and the associated X/Y data for a single-spectrum JCAMP block. | |
| ErrorMessages | Messages about any errors during the import of the JCAMP file. Multiple block errors are concatenated. |
| Name | Description | |
|---|---|---|
| DoubleParse | Parses a double value from a string using the invariant number format first and then a format using a comma as decimal separator if the invariant parse fails. Throws on failure. | |
| DoubleTryParse | Tries to parse a double value from a string using the invariant number format first and then a format using a comma as decimal separator if the invariant parse fails. | |
| 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) | |
| SplitLineByPlusOrMinus | Splits a line that contains numbers separated only by '+' or '-' signs into separate tokens. For example, the string "1.0-2.0+3.0" will be split into ["1.0", "-2.0", "+3.0"]. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |